Commits on Source
2068
97103453
Add a TODO item
Oct 03, 2014
d52898cb
Ignore more flake8 errors
Nov 08, 2014
cb381a08
Implement hstack() for arrays
Nov 08, 2014
4608e164
Fix variable shadowing in scan
Nov 08, 2014
fae41617
Use appdirs module to get appropriate cache directory.
Nov 14, 2014
aaf35ede
Merge pull request #68 from bmerry/master
Nov 14, 2014
0f89c369
Merge branch 'master' into cffi
Nov 14, 2014
1e2b9b8d
Improve docs on buffer/buffer obj ambiguity
Nov 14, 2014
d1c97247
Improve docs on buffer/buffer obj ambiguity
Nov 14, 2014
b0139dff
Merge branch 'master' into cffi
Nov 14, 2014
85531860
Fix non-contiguous reshape
Nov 27, 2014
2960fa18
Some test fixes for Beignet
Dec 09, 2014
7daa8059
Fixes issue where pre-providing an answer on a machine with only one platform...
Jan 05, 2015
23c213ec
Merge pull request #69 from mitchellallison/master
Jan 05, 2015
fa3a0a25
Add support for unknown dimension in reshape (stolen from a PyCUDA patch by Thomas Unterthiner)
Jan 27, 2015
fd131f4a
Work around in setup.py for use of numpy during build, also added to install_requires
Feb 09, 2015
2f2b6cca
Merge pull request #74 from timrudge/master
Feb 09, 2015
9b407a5b
Formatting tweaks
Feb 09, 2015
221d211f
Merge branch 'master' into cffi
Feb 09, 2015
c3d458f3
Revise fix for numpy issue during installation - only need install_requires and setup_requires
Feb 10, 2015
323ed9dd
Merge pull request #75 from timrudge/master
Feb 10, 2015
822b1e92
Fix spacing issue
Feb 10, 2015
ca02638f
Merge branch 'master' into cffi
Feb 10, 2015
3ed36d4c
Bump version
Feb 13, 2015
64ca6e2c
Upddate compyte
May 03, 2015
c9d375a3
Update compyte
May 03, 2015
dcad5746
Memory pools doc fix (suggested by Yair Daon)
May 06, 2015
b64346ea
Make Fortran-to-CL with more recent pymbolic
May 17, 2015
fa82494f
Placate PEP8
May 17, 2015
9606eef2
Configure flake8 for fortran-to-opencl
May 18, 2015
43e67e12
PEP8 elementwise
May 18, 2015
160972c5
Add complex-valued Bessel/Hankel functions
May 19, 2015
cc5024ee
Kill unused variable in complex Hankel func
May 19, 2015
3af36fc8
Tweak complex bessel
May 25, 2015
d09a4c9d
Realize license change, as allowed by Rokhlin (May 25) and Gimbutas (May 17) via email
Jun 02, 2015
da863259
generalized sorting to work on arbitrary kind of scan kernel
Jun 05, 2015
84d5dea3
Fix offset processing in debug scan kernel
Jun 05, 2015
6f79d829
Merge pull request #78 from rckirby/debugsort
Jun 05, 2015
80fe5ffa
Fix last_item use in debug scan kernel
Jun 05, 2015
1a6c429b
Add CI config
Jun 16, 2015
c3ac1059
Install mako during CI
Jun 16, 2015
39a85a4f
Target CL CI at AMD *PU
Jun 17, 2015
7a1f8123
Rework complex type to be struct, not vector
Jun 19, 2015
edd847bc
Don't use structure initializers in f2cl/hankel code
Jun 20, 2015
584b849a
Minor PEP8 whitespace fix
Jun 20, 2015
f2d71aaf
Don't assume that CPU devices vectorize, do not skip sync in reduction
Jun 20, 2015
0db1533d
Fix test_platform_get_devices
Jun 20, 2015
31f7c2be
Placate PEP8 naming
Jun 20, 2015
a3b34c19
Remove no_sync behavior from reduction
Jun 20, 2015
b9c126d9
Merge branch 'master' into cffi
Jun 20, 2015
9a638378
Consider PYOPENCL_TEST in create_some_context
Jun 20, 2015
65cdf854
Consider PYOPENCL_TEST in create_some_context
Jun 20, 2015
fb8a860a
Tweak CI device settings
Jun 20, 2015
b50430d6
Merge branch 'master' into cffi
Jun 20, 2015
09af3849
Fix doctest for Py3
Jun 20, 2015
db884059
Merge branch 'master' into cffi
Jun 20, 2015
9c4513eb
Avoid Py2.6+cffi because of bug
Jun 20, 2015
6317762f
Merge branch 'master' into cffi
Jun 20, 2015
51a729ae
Add Pypy test target
Jun 21, 2015
2ab91006
CI typo fixes
Jun 21, 2015
3683e098
Merge branch 'master' into cffi
Jun 21, 2015
08e6ccf6
Add Intel CPU CL test, run Pypy test on Intel
Jun 21, 2015
c9e8edb4
Merge branch 'master' into cffi
Jun 21, 2015
4ae4aa91
Partially modernize the cffi branch
Jun 21, 2015
6e24507b
Modernize, ditch 2to3
Jun 21, 2015
95b9d70d
Merge branch 'master' into cffi
Jun 21, 2015
c795c13e
Placate PEP8 naming
Jun 21, 2015
02f6f368
Fix test_any_all
Jun 21, 2015
c68441d4
Merge branch 'master' into cffi
Jun 21, 2015
8fd1f555
Placate PEP8 naming
Jun 21, 2015
8e16bd42
Fix generation of CONSTANT_CLASSES
Jun 21, 2015
a335f920
Switch to new-style buffer interface
Jun 21, 2015
a87ab0f6
Fix array scalar handling, for Py27 and (attempted) for Pypy
Jun 21, 2015
69d4acf4
Gate np.getbuffer() workaround to be CPy2-only
Jun 21, 2015
4c20680b
Tweak array tests for current numpypy features
Jun 22, 2015
1062cf50
Install scipy and pyfmmlib during one CI run to test special functions
Jun 22, 2015
3eda2869
Merge branch 'master' into cffi
Jun 22, 2015
9ea47a0e
Tweak cffi's enqueue_nd_range_kernel's ability to accept tuples for global_work_size
Jun 25, 2015
b257afc9
Add comments about clBLAS wrappers
Jun 25, 2015
b62923f2
Merge branch 'master' into cffi
Jun 25, 2015
e2ff2310
PEP8 fixes
Jun 27, 2015
b5e0321a
Add a Pypy AMD CPU test
Jun 28, 2015
67735ea6
Remove Pypy AMD test: crashes
Jun 28, 2015
e3802bab
Convert wrapper to ahead-of-time, verified build (some extensions missing so far)
Jun 29, 2015
2063c200
Remove bpl-subset submodule
Jun 29, 2015
621fe475
Remove bpl-subset submodule, part 2
Jun 29, 2015
6b43a8b0
Enable Py2.6 build for cffi branch
Jun 29, 2015
8413afe9
Avoid triggering Py2.6/Py2.7 parser bug (
https://bugs.python.org/issue21591
) with exec in setup.py
Jun 29, 2015
896d68a8
Merge bodge:tmp/pyopencl into cffi
Jun 29, 2015
9335edf4
Add Py2.6 backward compatibility in _c_buffer_from_obj (mainly because...
Jun 30, 2015
70c6e121
Fix GL wrapper header location
Jun 30, 2015
5f996684
Fix GL wrapper build
Jun 30, 2015
6c40d66c
Test OpenGL bindings build
Jun 30, 2015
f522e884
Tweak availability test for get_apple_cgl_share_group
Jun 30, 2015
06b43718
Merge branch 'cffi' of tuck.d:src/pyopencl into cffi
Jun 30, 2015
94ff7ab2
Work around Py26 struct packing bug
Jun 30, 2015
373164d1
Fix: Work around Py26 struct packing bug
Jun 30, 2015
5cacf0f6
Tweak threshold (for pocl)
Jun 30, 2015
fecd2be1
Fix modernize fail in dump-properties
Jun 30, 2015
5a709599
Skip tests involving modf,frexp on pocl
Jun 30, 2015
1,968 additional commits have been omitted to prevent performance issues.
Loading
Loading