User-visible Changes

Version 0.93

Warning

Version 0.93 makes some changes to the PyCUDA programming interface. In all cases where documented features were changed, the old usage continues to work, but results in a warning. It is recommended that you update your code to remove the warning.

Version 0.92

Note

If you’re upgrading from prior versions, you may delete the directory $HOME/.pycuda-compiler-cache to recover now-unused disk space.

Note

During this release time frame, I had the honor of giving a talk on PyCUDA for a class that a group around Nicolas Pinto was teaching at MIT. If you’re interested, the slides for it are available.

Version 0.91

Acknowledgments

  • Gert Wohlgemuth ported PyCUDA to MacOS X and contributed large parts of pycuda.gpuarray.GPUArray.
  • Alexander Mordvintsev contributed fixes for Windows XP.
  • Cosmin Stejerean provided multiple patches for PyCUDA’s build system.
  • Tom Annau contributed an alternative SourceModule compiler cache as well as Windows build insight.
  • Nicholas Tung improved PyCUDA’s documentation.
  • Jozef Vesely contributed a massively improved random number generator derived from the RSA Data Security, Inc. MD5 Message Digest Algorithm.
  • Chris Heuser provided a test cases for multi-threaded PyCUDA.
  • The reduction templating is based on code by Mark Harris at Nvidia.
  • Andrew Wagner provided a test case and contributed the port of the convolution example. The original convolution code is based on an example provided by Nvidia.
  • Hendrik Riedmann contributed the matrix transpose and list selection examples.
  • Peter Berrington contributed a working example for CUDA-OpenGL interoperability.

Licensing

PyCUDA is licensed to you under the MIT/X Consortium license:

Copyright (c) 2009 Andreas Klöckner and Contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Frequently Asked Questions

The FAQ is now maintained collaboratively in the PyCUDA Wiki.