Commits on Source
2099
a904f74b
migration_flags_ext
Sep 13, 2014
30d1973b
enqueue copy between image and buffer
Sep 13, 2014
7497a711
sync with master
Sep 13, 2014
92f67505
missing typedef
Sep 13, 2014
0050dd87
typo
Sep 13, 2014
80a9412e
_Program.create_with_built_in_kernels
Sep 13, 2014
9a832d72
_Program.compile, _Program.link, _Program.all_kernels
Sep 13, 2014
1aded80a
get_apple_cgl_share_group
Sep 13, 2014
16b7ad41
cleanup
Sep 13, 2014
f658d3e9
try making error compatible with master
Sep 13, 2014
a30632f7
fix typo in MemoryObject.get_host_array, disable get_host_array for...
Sep 13, 2014
ef8c0a55
remove hack from Program, it is not done in master branch and should not be in...
Sep 13, 2014
54f435d6
handle void and null ArgBuffer
Sep 13, 2014
22152498
LocalMemory
Sep 13, 2014
b1255343
typo
Sep 13, 2014
f1003b43
typo, small optimization
Sep 13, 2014
d3b4d008
get_gl_object_info
Sep 13, 2014
39138171
fix up
Sep 13, 2014
a954832d
remove dtype hash hack since it is fixed in pypy
Sep 20, 2014
05adf37d
Merge pull request #64 from yuyichao/master
Sep 22, 2014
e973d694
Update compyte
Sep 22, 2014
1bed598f
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Sep 22, 2014
f67dd44c
try fix compilation for opencl < 1.2
Sep 28, 2014
985b0083
try fix compilation for opencl < 1.2
Sep 28, 2014
b8252ff2
try fix compilation for opencl < 1.2
Sep 28, 2014
19f79eef
recognize opencl 2.0
Sep 29, 2014
ff5f2ff6
Ooops, fix compilation
Sep 29, 2014
6825be48
Initial cffi-c++0x fixes
Oct 03, 2014
af793f2e
Merge branch 'master' into cffi
Oct 03, 2014
d540fb82
Merge branch 'cffi' into cffi-c++0x
Oct 03, 2014
1f759702
Placate flake8
Oct 03, 2014
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
1,999 additional commits have been omitted to prevent performance issues.
Loading
Loading