Commits on Source
2354
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
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
c883689c
typo ... I meant ALLOC_HOST_PTR....
Jun 25, 2014
89c4af07
only catch expected error in get_host_array() (and not buffer creation)
Jun 25, 2014
3ee443f2
test_enqueue_task
Jun 29, 2014
4cfa5d2c
Merge pull request #55 from yuyichao/pull.test_enqueue_task
Jun 29, 2014
d1d4f1eb
Minor fixes to test_enqueue_task
Jun 29, 2014
87cfbed1
Merge branch 'master' into cffi
Jun 29, 2014
3a4f4d89
Re-fix fp64 warning avoidance
Jun 29, 2014
65473f24
Merge branch 'master' into cffi
Jun 29, 2014
357ed4f7
Merge branch 'pull.test-get_host_array' of github.com:yuyichao/pyopencl into test-get_host_array
Jul 01, 2014
8e2aaf5c
Merge branch 'master' into cffi
Jul 01, 2014
e929b209
Fix scan identifier prefixing
Jul 06, 2014
7bbca22f
Merge branch 'master' into cffi
Jul 06, 2014
10318627
Don't fail on empty Array.copy()
Jul 06, 2014
b8d4fbcc
Merge branch 'master' into cffi
Jul 06, 2014
ca1b1e28
Make _new_like_me preserve storage order even if dtype is unspecified (reported by Syam Gadde)
Jul 09, 2014
7ada8007
Merge branch 'master' into cffi
Jul 09, 2014
f3328211
specify the build options using the -o flag. Updated docs and example notebook
Jul 17, 2014
9ff4fab2
Extend, fix, document event management (Fixes #56)
Jul 17, 2014
e81bff7b
Merge branch 'master' into cffi
Jul 17, 2014
269515ef
Merge pull request #47 from cancan101/ipython_build_options
Jul 18, 2014
dc94cfbe
Merge branch 'master' into cffi
Jul 18, 2014
09623e07
Created additional magics for using OpenCL in IPython. They are line magics:...
Jul 18, 2014
ecce3203
Docs for new line magics
Jul 18, 2014
855c451d
Renamed new magics
Jul 18, 2014
7aad056f
Merge pull request #48 from cancan101/ipython_build_options_2
Jul 18, 2014
5c441608
Merge branch 'master' into cffi
Jul 18, 2014
24360361
Get the cffi branch closer to working on Py3
Jul 19, 2014
41722a5e
Back out get_config_var('SO' -> 'EXT_SUFFIX')
Jul 20, 2014
2,254 additional commits have been omitted to prevent performance issues.
Loading
Loading