Commits on Source
1830
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
c7bbe640
Adjust test_enqueue_copy to pytest, PEP8
Jun 03, 2016
63551371
Add pocl bug links
Jun 03, 2016
54194801
Demo formatting
Jun 05, 2016
01e30619
Fix 3D rect copy test skipping on POCL
Jun 05, 2016
26eb068c
Bump Py3 tests to 3.5
Jun 05, 2016
1f6d1d1c
as_strided: Deal with length-zero shape/strides
Jun 06, 2016
405fb44e
Add clinfo_ext.h file taken from...
Jun 11, 2016
87580995
Added CL_USE_SHIPPED_EXT Switch in setup.py to use src/c_wrapper/clinfo_ext.h...
Jun 11, 2016
fd9f3116
Export various vendor extension device attributes to python.
Jun 12, 2016
48824553
Added support for cl_device_topology_amd device-info (CL_DEVICE_TOPOLOGY_AMD parameter).
Jun 14, 2016
6665d7cf
Typo fix in doc/make_constants.py.
Jun 14, 2016
b9932862
Fix typo in comment of test/test_wrapper.py.
Jun 14, 2016
21b471a7
Build error fix for when CL_USE_SHIPPED_EXT=False and CL/cl_ext.h doesn't...
Jun 14, 2016
b53078a9
Merge pull request #129 from Shane-J-Latham/feature-clinfo-cl_ext
Jun 13, 2016
521f685a
More third-party links
Jun 14, 2016
7b6e20f8
Switch doc build to Python3 (recommended by Tomasz Rybak)
Jul 01, 2016
ffca3f1c
Doc conf tweaks
Jul 01, 2016
f4d00cc3
Fix thrust links
Jul 01, 2016
ffadcde2
Fix example downloader
Jul 01, 2016
85ed6e4d
Use Py3 to build dcos for constants
Jul 04, 2016
5cfd9d2f
PEP8 cleanups
Aug 03, 2016
382b7d30
test_wrapper PEP8 fixes
Aug 03, 2016
1,730 additional commits have been omitted to prevent performance issues.
Loading
Loading