Commits on Source
2504
4b3b5203
Fix reduction when no_sync_size <= group_size (spotted by Alex Nitz)
Sep 02, 2013
8419b39e
ImageFormat hashing
Sep 08, 2013
047f40c7
ImageFormat hashing++
Sep 08, 2013
96a59d58
Image, Sampler
Sep 08, 2013
f96ba158
no ffi.verify() anymore, using ffi.dlopen instead
Sep 08, 2013
28c8b148
small cleanup
Sep 08, 2013
693efd92
cleanup
Sep 08, 2013
a3729f15
removed dependency on the old wrapper
Sep 08, 2013
ed655e92
experimenting with the buffer protocol
Sep 09, 2013
e761fdb8
improved buffer interface
Sep 11, 2013
cffed886
disable NumpyExtension
Sep 11, 2013
b7e0dcf8
_c_buffer_from_obj: only handle numpy types on pypy
Sep 11, 2013
83447a51
_c_buffer_from_obj: do not allow None
Sep 11, 2013
ac7ed3c9
fixed one test where the buffer is allowed to be None
Sep 11, 2013
ff8780f9
Minor setup.py tweaks
Sep 15, 2013
d97aa2be
Remove non-free matmul example (reported by Tomasz Rybak)
Sep 15, 2013
aa9840ba
Merge branch 'master' into cffi
Sep 15, 2013
89bfc44f
Add more error checking to overloaded operators in array
Sep 16, 2013
ea5ea3a0
Merge branch 'master' into cffi
Sep 16, 2013
8fb35362
Doc hacking
Sep 23, 2013
b36eb315
Merge branch 'master' into cffi
Sep 23, 2013
54ca237c
Return empty list if no devices found in get_devices()
Sep 27, 2013
db95f76b
Return empty list if no devices found in get_devices()
Sep 27, 2013
03df0a05
Merge branch 'master' into cffi
Sep 27, 2013
22b263a9
Remove tabs
Sep 27, 2013
4cbcac3d
Fix get_devices to return empty list if no devices found
Sep 27, 2013
b387dd36
Fixed an obsolete access to ``obj_ptr`` attribute.
Oct 13, 2013
37ec42db
Fallback on file copy on failure to symlink boost. Fixed install error on...
Oct 13, 2013
2a05c801
Merge pull request #24 from blep/master
Oct 14, 2013
246f0617
Merge pull request #23 from Manticore/obsolete-obj-ptr
Oct 14, 2013
7dbde1bb
Add Enja tutorial particles example
Oct 16, 2013
7a40dcc4
Merge pull request #25 from benshope/master
Oct 16, 2013
c571e4fd
Merge branch 'master' into cffi
Oct 16, 2013
4a090398
Add PYPI badge
Oct 23, 2013
27698b02
Merge branch 'master' into cffi
Oct 23, 2013
2bc1bf80
Fix object array check for numpy 1.7 (removal of numpy.object)
Oct 28, 2013
d66702b4
Merge branch 'master' into cffi
Oct 28, 2013
76c3aad5
Bump version
Oct 28, 2013
f5f60ecd
Update docs to bootstrap 3
Nov 08, 2013
ac2ccb46
Merge branch 'master' into cffi
Nov 11, 2013
dbd819e8
Fix typo in enqueue_fill_buffer (reported by Martin Rehr)
Nov 12, 2013
bf3e58f9
Fix typo in enqueue_fill_buffer (reported by Martin Rehr)
Nov 12, 2013
65e8ac85
Merge branch 'master' into cffi
Nov 12, 2013
4d3cf9be
Add Dr. Dobbs article to docs
Nov 16, 2013
90b1794d
Merge branch 'master' into cffi
Nov 16, 2013
2f5711a4
Add cl.enable_debugging()
Nov 23, 2013
64f27e1e
Tweak naming of scan kernels
Nov 23, 2013
65567f77
Fix build from binary
Nov 23, 2013
ba60fbe7
Generate a "queue.finish()" in capture_call
Nov 25, 2013
a9bd6fe6
Merge box:src/pyopencl
Nov 25, 2013
8e5f5f19
Merge branch 'master' into cffi
Nov 25, 2013
ef98dd5c
Fix a warning in operations on arrays with allocators, stop prohibiting...
Nov 27, 2013
4473c749
Update web links to new github location
Nov 27, 2013
9ef7d50d
Merge branch 'master' into cffi
Nov 27, 2013
f3b7c4c4
Update another old github link
Nov 27, 2013
a2fb4846
Update another old github link
Nov 27, 2013
9b0a2917
Merge branch 'master' into cffi
Nov 27, 2013
7f07d5b2
README tweaks
Nov 27, 2013
944d69e0
Fix ambiguous comment about complex arithmetic in docs
Nov 27, 2013
99f9d8bf
Allow arrays for extra_args in scan-based algorithms
Nov 27, 2013
73d9a364
Fix ListOfListsBuilder: initialize last entry in starts array, handle events better
Dec 01, 2013
4c22cda8
Add wait_for to Array.setitem
Dec 01, 2013
b74c5384
Add some even treatment to array.multi_put
Dec 01, 2013
e77c08c5
Fix off-by-one scan size bug in ListOfListsBuilder
Dec 02, 2013
c82c661b
Allow wait_for in multi_put
Dec 02, 2013
ed5fd1c0
Fix timeouts for Gregor Thalhammer by switch submodules to https
Dec 11, 2013
c30b2da9
PEP8 test_clmath
Dec 12, 2013
9fe4d093
PEP8 Fortran-to-CL
Dec 18, 2013
4ee5936a
Enable faulthandler (if possible) for clmath test
Jan 04, 2014
9aa8ef1b
Merge bodge:src/pyopencl
Jan 04, 2014
c60e0049
Improve get_fast_inaccurate_build_options()
Jan 11, 2014
33edd2e3
Minor f2cl tweak
Jan 30, 2014
638d10b5
Doc theme tweak
Jan 30, 2014
fa6be4be
Fixes in Buffer.__getslice__ (pointed out by Freddie Witherden)
Jan 30, 2014
5fa107c8
Re-fix the CL_MEM_COPY_HOST_PTR masking fix in sub-buffer creation via slicing
Jan 30, 2014
e32f7ed4
Re^2-fix the CL_MEM_COPY_HOST_PTR masking fix in sub-buffer creation via slicing
Jan 30, 2014
ca89d155
Merge branch 'master' into cffi
Feb 01, 2014
b85bd398
Only ask for write buffers in create_image and create_buffer if USE_HOST_PTR...
Feb 01, 2014
34d86676
Merge branch 'master' into cffi
Feb 01, 2014
694c20c0
Return copies from arithmetic operators, rather than the array itself, for...
Feb 09, 2014
8c089585
Typo fix.
Feb 14, 2014
98c59ef8
Merge pull request #27 from bamos/patch-1
Feb 14, 2014
a039598e
Recognize no-op in reshape
Feb 16, 2014
e87cbf7a
Make references to related software more prominent
Feb 16, 2014
e367cff7
Shift list of enhancing software further up
Feb 16, 2014
d04f9c3f
Shift list of enhancing software again
Feb 16, 2014
723f19a7
Add Device.persistent_unique_id
Feb 18, 2014
a1d16030
Update compyte
Feb 18, 2014
3b1c18d4
Merge branch 'master' into cffi
Feb 18, 2014
cccf153a
Update aksetup
Mar 02, 2014
878a998c
FIX: no more explicit padding required for vectors
Mar 11, 2014
ccee7f4d
Merge pull request #30 from pohlt/master
Mar 13, 2014
c09a3725
Minor fixes to Tom's patch
Mar 13, 2014
10fcd77a
Minor doc update
Mar 28, 2014
d558affc
Merge branch 'master' into cffi
Mar 28, 2014
1d0cf8f9
Make cffi_cl flake8-clean
Mar 28, 2014
e94cf041
Fix memory pool tests to not rely on deprecated functionality
Mar 28, 2014
ed54bd46
Make cffi branch livable, implement memory pools
Mar 28, 2014
ef654751
Fix memory pool tests to not rely on deprecated functionality
Mar 28, 2014
f8b10b52
Merge branch 'master' into cffi
Mar 28, 2014
2,404 additional commits have been omitted to prevent performance issues.
Loading
Loading