Commits on Source
1852
5d54e919
Remove leftover getitem wrapper
Nov 20, 2015
425ca5e2
Work around vdot not being implemented in pypy
Nov 20, 2015
bbfa6461
Fix build against CL 1.1
Nov 29, 2015
e12f38a3
Work around older (4.8/4.9) gcc issues on Ubuntu (thanks @larsmans)
Nov 29, 2015
90b73bec
Fix symbol not found for create_image_from_desc on CL 1.1
Nov 30, 2015
4bb4089e
Support CL 1.1 again, test that support
Nov 30, 2015
7d9b3797
Fix CL1.1 CI test
Nov 30, 2015
e0bb5573
Document version bump
Dec 01, 2015
0ef2fdab
Acutally bump version
Dec 01, 2015
4be4cf5a
Add missing PYOPENCL_CL_CASTABLE_THIS
Dec 01, 2015
424a8cf5
Bump version
Dec 01, 2015
75f50fbb
Broaden applicability of buffer interface fallback
Dec 03, 2015
c5f8f041
Limit POCL workaround to 64 bits
Dec 06, 2015
9739700c
Bump Bessel error bound for x86
Dec 06, 2015
ca5660c4
Bump Bessel error bound for x86, again
Dec 06, 2015
26e4d332
Revert "Bump Bessel error bound for x86, again"
Dec 06, 2015
e0b7e2d9
Revert "Bump Bessel error bound for x86"
Dec 06, 2015
be5a4024
Update README with @kdunn926's gcc version hints (Issue #102)
Dec 08, 2015
ea3d7a6d
Include missing mingw std::thread wrappers in release tarballs (reported by Christoph Gohlke)
Dec 08, 2015
e6ee3cab
Incorporate Christoph Gohlke's git submodule workaround
Dec 08, 2015
971ad786
Work around strdup() not being present on Windows (Christoph Gohlke)
Dec 08, 2015
7a9da07c
Add #ifdef gate around CL_KERNEL_ARG_TYPE_CONST (reported on missing on some...
Dec 08, 2015
d19d94cf
Use correct CL API calling convention for function pointers (reported by Christoph Gohlke)
Dec 08, 2015
5f08e130
README build tweaks
Dec 08, 2015
4bb93145
Revert "Add #ifdef gate around CL_KERNEL_ARG_TYPE_CONST (reported on missing...
Dec 08, 2015
3610ca3e
Prevent Windows from messing with CONST tokens (fix by Christoph Gohlke)
Dec 08, 2015
528e81f3
Pepper CL_API_CALL in a few more places (patch by Christoph Gohlke)
Dec 09, 2015
b45bc73a
Try to make clSetEventCallback callback lambda have stdcall
Dec 09, 2015
c5e4a1d0
Disable clEventSetCallback on windows
Dec 10, 2015
e1703e34
Fix link if Event.set_callback unsupported, XFail related test on windows
Dec 10, 2015
5fcc15c3
Include stdint header, to possibly help out MSVS
Dec 10, 2015
3b79b2c6
Windows portability for variadic macros from Christoph Gohlke
Dec 10, 2015
f3ee7e63
Fix Visual Studio 2015 (64-bit) (patch by Christoph Gohlke and Yuyi Chao)
Dec 13, 2015
d9b53bbf
Fix a few instances of missing PYOPENCL_CL_CASTABLE_THIS
Dec 21, 2015
448bf7c9
Catch another missing PYOPENCL_CL_CASTABLE_THIS
Dec 21, 2015
cd042903
Bump version
Dec 21, 2015
08bc6209
Fixes to enqueue_copy_buffer_rect
Dec 22, 2015
c227917f
Merge pull request #106 from bmerry/fix-copy_buffer_rect
Dec 22, 2015
70fbdead
Track AMD GPU rename
Dec 22, 2015
19f6e5b7
Document rectangular buffer <-> buffer transfers (Fix #104)
Dec 22, 2015
77847197
Allow Event.set_callback on Apple
Jan 02, 2016
cb8dfc20
empty_like: Allow overriding queue and allocator
Jan 10, 2016
2226073e
Fix indexing with reverse slices
Jan 14, 2016
2954692f
Merge pull request #107 from SyamGadde/patch-1
Jan 14, 2016
e1456850
Update docs to track complex number change (Fixes #108)
Jan 19, 2016
3927b655
Fix GL interop (reported by Kevin Jones)
Jan 28, 2016
a3c9e4f6
Fix for GL interop from Kevin Jones (Issue #109)
Jan 28, 2016
3d4b1936
Fix CI AMD GPU ID
Jan 29, 2016
6ddc5b28
Enable event callbacks on Windows on VS 2015+
Feb 06, 2016
b3529336
Add note about dev_type choice to Context constructor docs
Feb 12, 2016
d616e42d
fix crash when using dtype=float16 (assigned tuple instead of integer).
Mar 01, 2016
88b3a2d1
Merge pull request #114 from KennethLj/master
Mar 01, 2016
001911e5
Make an option to not clRetainXXX in from_int_ptr (Fixes #113)
Mar 02, 2016
6d4519c8
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Mar 02, 2016
12999015
Reworked how PyOpenCL module finds its path
Mar 02, 2016
8a55b19f
Made include path __file__ method a fallback
Mar 07, 2016
227cfd43
Merge pull request #115 from jmc734/master
Mar 07, 2016
2ade8fe6
Add 2016.1 change note about from_int_ptr
Mar 07, 2016
2d1ab1af
Test on K40
Mar 16, 2016
35bb88b7
Fix flake8 style complaints
Mar 21, 2016
a657804e
Fix missing import of 'intern'
Mar 21, 2016
fa01a15c
Support 64-bit integers in the RNG
Mar 21, 2016
7952bdbb
Integer RNG: Actually use more than 24 bits of randomness
Mar 21, 2016
176f50bc
XFail int64 rng test on AMD
Mar 21, 2016
02dce9c1
PEP8 spacing fixes
Mar 28, 2016
de58fbc6
Implement GLTexture
Mar 28, 2016
eb1182a1
Fix prototype mismatch for create_from_gl_texture
Mar 28, 2016
403f5b06
Remove stray underscore from create_from_gl_texture
Mar 28, 2016
2f0d5e63
Merge pull request #119 from seanlynch/master
Mar 29, 2016
9b02b388
Do a more careful job quoting build options
Mar 30, 2016
14000360
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Mar 30, 2016
04e08894
Option processing fixes
Mar 30, 2016
181a69b4
Py2 fix
Mar 30, 2016
c85ada52
Attempt to fix Windows escaping
Apr 01, 2016
bbb2ca7d
Fix for Windows build option escaping
Apr 01, 2016
2b2bbe96
Shell-split options if passed as single string (Fixes #122)
Apr 06, 2016
587d8fd9
Fix mis-wrapped _enqueue_write_image (reported by Martin Weigert and Gregor Thalhammer)
Apr 06, 2016
cc3801f2
Version bump, plus release fixes
Apr 20, 2016
e46bac5f
Setup.py typo fix
Apr 24, 2016
24e54acc
Update aksetup to support --conf:XXX=YYY on setup.py command line
Apr 24, 2016
b89d2418
__GUNC__ Typo fix
Apr 24, 2016
48e5a50c
Header formatting
Apr 24, 2016
6eb22955
Remove vestiges of sub-device extension API (since it's now in core)
Apr 24, 2016
7d4f7451
Reenable enqueue_migrate_mem_objects
Apr 24, 2016
a1ff7004
Initial C++ wrappers for SVM
Apr 24, 2016
cdf69f61
Make radix sort work with debug scan kernel
May 04, 2016
6cd91218
Add support for Random123 RNGs
May 10, 2016
887cd5b0
Random123 doc tweaks
May 10, 2016
2a6a1fe4
Packaging fixes for Random123
May 10, 2016
52c8c83d
Fix ranlux RNG int64 out of range
May 10, 2016
9ff9ce18
Performance diagnostics cleanups
May 11, 2016
6a18d759
Merge stout:src/pyopencl
May 11, 2016
03ccfb49
Bump version
May 12, 2016
cd712237
Switch doc theme
May 17, 2016
7281f9a0
Fix another version unsupported error
May 17, 2016
eca4cfbf
Add range, slice, and data-less reductions
May 22, 2016
173f3e07
Reduction fixes
May 22, 2016
293e3b14
Unit tests (test/test_enqueue_copy.py) for _enqueue_read_buffer_rect,...
May 30, 2016
566d58da
Fixes for pyopencl.cffi_cl._enqueue_read_buffer_rect and...
May 30, 2016
f4872ac8
Merge pull request #126 from Shane-J-Latham/fixes-_enqueue_various_buffer_rect
Jun 02, 2016
1,752 additional commits have been omitted to prevent performance issues.
Loading
Loading