Commits on Source
2382
550f5891
add bitlog
May 26, 2014
1ab738f8
avoid infinite recursion in error printing ....
May 26, 2014
bae2c48a
enqueue_marker/barrier
May 26, 2014
4a5eec24
c_buffer_from_obj for bytes
May 26, 2014
4b8fe571
wait_for
May 26, 2014
11dfce56
command queue finish/flush
May 26, 2014
5afd5a23
MemoryObject.release
May 26, 2014
e1102d8e
fix wrong logic, avoid modifying arguments, do copy-on-write in enqueue_nd_range_kernel
May 26, 2014
c71b45ce
remove pyopencl.np. pypy have already switched to numpy and most of the part...
May 26, 2014
11bfea76
set argument for (s)size_t and complex float/double
May 26, 2014
9c37d265
extra space ....
May 26, 2014
de79de76
enable mempool.__call__
May 26, 2014
44b178a2
clean up and sync with master
May 26, 2014
89662377
use similar structure with master
May 26, 2014
ca30d605
clean up
May 26, 2014
7644c2c6
gitignore clean up
May 26, 2014
0b8b831d
const pointers, do not copy strings if not necessary
May 26, 2014
09e47638
cpp wrapper clean up, remove unnecessary conversion back and forth between...
May 26, 2014
070c3def
remove call_guarded_threaded since cffi always releases the GIL.
May 26, 2014
5320d582
not necessary for cffi
May 26, 2014
62f328bb
Use new-style buffer interface on Py3
May 26, 2014
9e3658e2
Remove a few unnecessary uses of nanny events (reported by yuyichao)
May 26, 2014
7cd167a3
fix for object dtype under pypy.
May 26, 2014
5fada6b8
skip _create_vector_types in pypy
May 26, 2014
08b5d53a
fix test_wrapper.test_get_info for old opencl version, adapted from the cffi...
May 26, 2014
bbde5484
partially add back vector support for pypy
May 26, 2014
5d6afa4a
typo ... T_T ...
May 26, 2014
00f24b82
handle new(?) crashes in pocl-0.9...
May 26, 2014
31b8ee0d
workaround for pypy missing dtype from dict support
May 26, 2014
bce254e7
workaround for unhashable pypy dtype
May 26, 2014
26b16036
Change the order of a operation in order to workaround a numpypy bug.
May 26, 2014
af8b8856
small optimization for unary kernel generator
May 26, 2014
3b929d63
add argument types to elementwise binary kernels
May 26, 2014
de6327bb
handle different input types in clmath
May 26, 2014
c11e5576
fix compile error for binary float function with two different input types,...
May 26, 2014
d61e9f8c
skip scalar as shape test on pypy. [upstream...
May 26, 2014
9a9733aa
use the correct way to convert unicode to string. I also think this warning...
May 26, 2014
ef511500
not sure if this should be _prg or _get_prg(), but at least it should not be _prg().
May 26, 2014
818b2d55
remove NotImplementedError check on vector initialization, remove print_function from test_wrapper
May 26, 2014
889d52e2
Fix GL interop for buffer interface changes
May 26, 2014
7b512fec
Update compyte
May 26, 2014
71899eac
Merge branch 'master' into cffi
May 26, 2014
13fecbfb
More fixes for switch to new buffer interface
May 27, 2014
5d6a3fbc
Fix new buffer interface usage in set_arg
May 27, 2014
fb4da120
Update akdoc
May 27, 2014
08a4b813
Merge branch 'master' into yuyichao-master-fixes
May 27, 2014
3adf4e2d
Fix PyPy object dtype comment
May 27, 2014
b5018851
Merge branch 'master' into cffi
May 27, 2014
0e161bec
Merge branch 'cffi' into yuyichao-cffi-fixes
May 27, 2014
0323a0a9
Whitespace fixes in _cffi
May 27, 2014
ca0f2e43
Some error handling fixes
May 27, 2014
4a06cf66
Fix accidental use of DP in tests
May 28, 2014
840f9fcd
Try a few locations when trying to locate wrapper library
May 28, 2014
b3de0c37
Fix a corner case in wrapper lib finding (reported by Yichao Yu)
May 28, 2014
37417ea7
Mess around some more to make Py3 find wrapper library
May 28, 2014
67e02a89
Add some gitignores to make working in Jenkins test env more pleasant
May 28, 2014
daf6c8cf
Fix an encoding issue in Py3
May 28, 2014
a9b83ab7
Add some gitignores to make working in Jenkins test env more pleasant
May 28, 2014
ae4f0e97
Work around Py2.6's lack of ctypes.c_ssize_t
May 28, 2014
ad3d61c7
Py2.6 doesn't have int.bit_length--use bitlog2
May 28, 2014
ad1b26f3
Bump version
May 29, 2014
2bb0d720
Rename pyopencl.ipython to pyopencl.ipython_ext to convince 2to3 that 'from...
May 29, 2014
77ba0446
Fix AttributeError: 'Win32Platform' object has no attribute 'GLX'
May 29, 2014
ad235236
Merge pull request #43 from cgohlke/patch-1
May 29, 2014
d3f31844
Delete IPython support in original location
May 30, 2014
885bfc42
Allow passing build options with IPython Magic
Jun 06, 2014
9ec2a8b4
Correctly convert unicode to string
Jun 06, 2014
8a631184
Make sure to strip options
Jun 06, 2014
876cb77a
Improve example `demo_elementwise.py`.
Jun 15, 2014
36832261
Improve example `demo.py`.
Jun 15, 2014
15db3849
Merge pull request #49 from gw0/fix-docs-01
Jun 15, 2014
8e8c8bbc
Merge branch 'master' into cffi
Jun 15, 2014
aad2cfb8
Fix warning for `cl_khr_fp64` in OpenCL 1.2.
Jun 15, 2014
d8d95ff9
Merge pull request #50 from gw0/fix-warning-fp64
Jun 15, 2014
181874a9
Merge branch 'master' into cffi
Jun 15, 2014
f95a6b87
Add `out` parameter to ReductionKernel call.
Jun 15, 2014
aaafa1e9
Realize Loïc Damien's fix for gw0's warnings silencer
Jun 15, 2014
5cffc647
Merge branch 'master' into cffi
Jun 15, 2014
ddf399c8
pass wait_for to enqueue_fill_buffer backend
Jun 20, 2014
cbf83259
skip tests unsupported by pocl
Jun 20, 2014
7c640bb9
test enqueue_barrier/marker and wait_for_events
Jun 20, 2014
162d96ad
test unload_platform_compiler
Jun 20, 2014
ed579617
Merge pull request #52 from yuyichao/master
Jun 20, 2014
9a2cb61b
Merge branch 'master' into cffi
Jun 20, 2014
a7275c9b
Minor PEP8 cleanup
Jun 20, 2014
aaa60133
Merge branch 'master' into cffi
Jun 20, 2014
8617ec65
Update scan ignored words list for fp64 warning fix
Jun 20, 2014
a6725770
Merge branch 'master' into cffi
Jun 20, 2014
d2bb174c
Merge pull request #51 from gw0/add-reduction-out-with-offset
Jun 20, 2014
76acf944
Add change remark about out parameter in ReductionKernel
Jun 20, 2014
437c2212
Merge branch 'master' into cffi
Jun 20, 2014
75ea481a
sync gitignore with cffi
Jun 23, 2014
95914d8f
Platform._get_cl_version
Jun 23, 2014
01195922
test_platform_get_devices
Jun 23, 2014
63356131
test user event
Jun 23, 2014
7f767a1d
test_get_host_array
Jun 23, 2014
4c5d0392
disable get_host_array for MemoryObject without USE_HOST_PTR since the...
Jun 23, 2014
9c4c3e73
more test for MemoryObject.get_host_array
Jun 23, 2014
3da525cb
Fix how unicode is handled
Jun 23, 2014
cd72c375
Fix how unicode is handled
Jun 23, 2014
2,282 additional commits have been omitted to prevent performance issues.
Loading
Loading