- Feb 17, 2018
-
-
Andreas Klöckner authored
-
- Sep 15, 2017
-
-
Andreas Klöckner authored
-
- Sep 02, 2017
-
-
Andreas Klöckner authored
-
- Jul 27, 2017
-
-
Andreas Klöckner authored
-
- May 19, 2017
-
-
Patrick Martin authored
-
- Oct 08, 2016
-
-
Shahzaib Gill authored
-
Shahzaib Gill authored
-
Shahzaib Gill authored
-
Shahzaib Gill authored
-
Shahzaib Gill authored
-
Shahzaib Gill authored
-
- Sep 15, 2016
-
-
Arash authored
Using type suffix
-
Arash authored
Fixing CompilerWarning: <program source>: warning: double precision constant requires cl_khr_fp64, casting to single precision An application that wants to use double will need to include the directive before any double precision data type is declared in the kernel code.
-
- Jul 02, 2016
-
-
Andreas Klöckner authored
-
- Jun 05, 2016
-
-
Andreas Klöckner authored
-
- May 11, 2016
-
-
Andreas Klöckner authored
-
- Nov 05, 2015
-
-
Andreas Klöckner authored
-
- Aug 09, 2015
-
-
Andreas Klöckner authored
-
- Jun 30, 2015
-
-
Andreas Klöckner authored
-
- Jun 21, 2015
-
-
Andreas Klöckner authored
-
- Jul 17, 2014
-
-
Alex Rothberg authored
-
- Jun 15, 2014
-
-
gw0 [http://gw.tnode.com/] authored
-
gw0 [http://gw.tnode.com/] authored
-
- May 29, 2014
-
-
Andreas Klöckner authored
Rename pyopencl.ipython to pyopencl.ipython_ext to convince 2to3 that 'from IPython import' is not package-local
-
- Apr 29, 2014
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Oct 17, 2013
-
-
Ben authored
-
- Sep 16, 2013
-
-
Andreas Klöckner authored
-
- Aug 17, 2013
-
-
Andreas Klöckner authored
-
- Jul 29, 2013
-
-
Andreas Klöckner authored
-
- Jul 07, 2013
-
-
Christoph Gohlke authored
Restore Python 3 compatibility; Apply PEP8 and PyFlakes; Remove unused imports.
-
- Jul 06, 2013
-
-
Christoph Gohlke authored
Fixes import error when using Pillow, a PIL fork with many bug fixes and Python 3 compatibility.
-
- Jun 10, 2013
-
-
Andreas Klöckner authored
-
- Mar 20, 2013
-
-
Andreas Klöckner authored
-
- Oct 24, 2012
-
-
dhj authored
* Numpy does element-wise operations by default. Updated the cpu operation to use pure numpy. * Eliminated the loop which is not necessary to demonstrate parallelism on array operations. * Made the number of workers explicit rather than gpu chosen, through local_size variable passed to kernel execution. * Increased to ~8 million data points to more clearly demonstrate the difference between cpu and gpu based computations.
-
- Oct 06, 2012
-
-
Andreas Klöckner authored
-
- Aug 11, 2012
-
-
Andreas Klöckner authored
-
- Jul 30, 2012
-
-
Andreas Klöckner authored
-
- Jul 25, 2012
-
-
Andreas Klöckner authored
-
- Jun 18, 2012
-
-
Yosuke ONOUE authored
-