- Jul 26, 2016
-
-
Andreas Klöckner authored
-
- Jul 05, 2016
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 02, 2016
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Jul 01, 2016
-
-
Andreas Klöckner authored
-
- Jun 12, 2016
-
-
Andreas Klöckner authored
-
- Jun 07, 2016
-
-
Andreas Klöckner authored
Add access to cuda context handle
-
Stewart Hall authored
-
- May 25, 2016
-
-
Andreas Klöckner authored
Update compiler.py
-
Greenstick authored
Solves error generated by using sys.maxint constant in Python 3.1.5^, sys.maxsize is available for use in Python 2.0.0. Python docs for reference: - sys.maxint deprecated in Python 3.1.5^: https://docs.python.org/3.1/whatsnew/3.0.html#integers - sys.maxsize supported in Python 2.6^ : https://docs.python.org/2.6/library/sys.html#sys.maxsize
-
- May 24, 2016
-
-
Andreas Klöckner authored
-
- May 17, 2016
-
-
Andreas Klöckner authored
-
- May 04, 2016
-
-
Andreas Klöckner authored
-
- Apr 24, 2016
-
-
Andreas Klöckner authored
Ensure the views from DeviceAllocation.as_buffer are writeable.
-
Freddie Witherden authored
-
Andreas Klöckner authored
-
- Mar 22, 2016
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Mar 19, 2016
-
-
Andreas Klöckner authored
-
- Mar 16, 2016
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Mar 11, 2016
-
-
Andreas Klöckner authored
Surf an dtex extensions
-
Roberto Zamora-Zamora authored
Adding complements to use Texture and Surfaces 2D Layered
-
- Mar 10, 2016
-
-
Andreas Klöckner authored
-
- Mar 09, 2016
-
-
Andreas Klöckner authored
-
- Feb 15, 2016
-
-
Roberto Zamora-Zamora authored
-
Roberto Zamora-Zamora authored
-
Andreas Klöckner authored
Allow the caching behaviour to be controlled globally.
-
Freddie Witherden authored
The kernel compilation cache can be disabled by exporting $PYCUDA_DISABLE_CACHE and the default cache directory can be overridden by exporting $PYCUDA_CACHE_DIR.
-
- Jan 19, 2016
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Dec 22, 2015
-
-
Andreas Klöckner authored
Zero-initialize all fields of Memcpy*D
-
Bruce Merry authored
Some fields were left uninitialized, which doesn't seem very Pythonic. The CUDA_MEMCPY3D structure is now value-initialized, which ensures all its members are zero.
-
- Dec 09, 2015
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Nov 11, 2015
-
-
Andreas Klöckner authored
Add ability to get handle to CUDA Arrays
-
Luke Pfister authored
-