python-pycuda binary package in Ubuntu Trusty amd64

 PyCUDA lets you access Nvidia‘s CUDA parallel computation API from Python.
 Several wrappers of the CUDA API already exist–so what’s so special about
 PyCUDA?
  * Object cleanup tied to lifetime of objects. This idiom, often called
    RAII in C++, makes it much easier to write correct, leak- and crash-free
    code. PyCUDA knows about dependencies, too, so (for example) it won’t
    detach from a context before all memory allocated in it is also freed.
  * Convenience. Abstractions like pycuda.driver.SourceModule and
    pycuda.gpuarray.GPUArray make CUDA programming even more convenient than
    with Nvidia’s C-based runtime.
  * Completeness. PyCUDA puts the full power of CUDA’s driver API at your
    disposal, if you wish.
  * Automatic Error Checking. All CUDA errors are automatically translated
    into Python exceptions.
  * Speed. PyCUDA’s base layer is written in C++, so all the niceties
    above are virtually free.
  * Helpful Documentation.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2014-04-14 00:43:13 UTC Published Ubuntu Trusty amd64 release multiverse python Optional 2013.1.1+git20140310-1ubuntu1
  • Published
  • Copied from ubuntu trusty-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Trusty amd64 proposed multiverse python Optional 2013.1.1+git20140310-1ubuntu1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2014-04-14 00:43:47 UTC Superseded Ubuntu Trusty amd64 release multiverse python Optional 2013.1~git20130626-1ubuntu3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pycuda 2013.1.1+git20140310-1ubuntu1 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu trusty-proposed amd64 in Primary Archive for Ubuntu
  2014-04-15 06:10:11 UTC Deleted Ubuntu Trusty amd64 proposed multiverse python Optional 2013.1~git20130626-1ubuntu3
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2014-01-04 22:33:49 UTC Superseded Ubuntu Trusty amd64 release multiverse python Optional 2013.1~git20130626-1ubuntu2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pycuda 2013.1~git20130626-1ubuntu3 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu trusty-proposed amd64 in Primary Archive for Ubuntu
  2014-01-06 00:10:12 UTC Deleted Ubuntu Trusty amd64 proposed multiverse python Optional 2013.1~git20130626-1ubuntu2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2013-10-29 10:53:21 UTC Superseded Ubuntu Trusty amd64 release multiverse python Optional 2013.1~git20130626-1ubuntu1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pycuda 2013.1~git20130626-1ubuntu2 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu saucy-proposed amd64 in Primary Archive for Ubuntu

Source package