"doc/runtime.rst" did not exist on "b7f58977da911a80b571b3508a9d31f62d781ea4"
Commits on Source
2381
d4560fa0
cffi experiments
Aug 30, 2013
646a6956
gitignore
Aug 30, 2013
3d2aa4f2
constants, progress
Aug 30, 2013
6d98e964
constants
Aug 31, 2013
219e395e
some refactorings
Aug 31, 2013
23e578fc
hashing
Aug 31, 2013
79423eda
error handling
Aug 31, 2013
47c1a3d8
exceptions
Aug 31, 2013
1c432b10
more get_info
Aug 31, 2013
808f83bb
int_ptr and from_int_ptr, to be refactored
Aug 31, 2013
a1a6cfd4
reduced number of c interface functions
Sep 01, 2013
4bb95c2f
simplified get_info conversion
Sep 01, 2013
d2100dbb
collapsed get_info wrapper to one function
Sep 01, 2013
04e9c62d
opaque info
Sep 02, 2013
1ce4b472
generic info: opaque, opaque array, char array, ...
Sep 03, 2013
307a9c42
some more get_info cases
Sep 03, 2013
ba169b77
some missing bits; fixed binary programs / caching
Sep 04, 2013
453d9363
save one unneeded null-byte
Sep 04, 2013
4302af7e
progress
Sep 06, 2013
580a44c2
progress
Sep 06, 2013
db650343
get_gl_sharing_context_properties parsing
Sep 06, 2013
83317013
bitlog2
Sep 06, 2013
1ae43265
forgot bitlog2 files
Sep 06, 2013
349497a1
_enqueue_write_buffer, _enqueue_copy_buffer
Sep 06, 2013
7ad07419
wait_for
Sep 06, 2013
2260efc6
event.get_profiling_info and kernel.get_work_group_info
Sep 06, 2013
2069e366
re-export numpy so we can use numpypy
Sep 06, 2013
cd74c62c
minifix
Sep 06, 2013
f872194b
garbage collection
Sep 06, 2013
4b975f67
distribution, cffi caching
Sep 07, 2013
ab0c169b
missing macro
Sep 07, 2013
b25cb26e
fixed building/deploying of cffi extension
Sep 07, 2013
a2d71628
convert non-pyopencl exceptions as well
Sep 07, 2013
28eded1c
Event.wait
Sep 07, 2013
66c2b9e5
started work on GL interop
Sep 07, 2013
08f4edc8
forgot _cffi.py
Sep 08, 2013
c79fd50a
GLBuffer, GLRenderBuffer
Sep 08, 2013
1b985625
ImageFormat
Sep 08, 2013
9c505ff9
ImageFormat: empty dict
Sep 08, 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
aa9840ba
Merge branch 'master' into cffi
Sep 15, 2013
ea5ea3a0
Merge branch 'master' into cffi
Sep 16, 2013
b36eb315
Merge branch 'master' into cffi
Sep 23, 2013
54ca237c
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
c571e4fd
Merge branch 'master' into cffi
Oct 16, 2013
27698b02
Merge branch 'master' into cffi
Oct 23, 2013
d66702b4
Merge branch 'master' into cffi
Oct 28, 2013
ac2ccb46
Merge branch 'master' into cffi
Nov 11, 2013
dbd819e8
Fix typo in enqueue_fill_buffer (reported by Martin Rehr)
Nov 12, 2013
65e8ac85
Merge branch 'master' into cffi
Nov 12, 2013
90b1794d
Merge branch 'master' into cffi
Nov 16, 2013
8e5f5f19
Merge branch 'master' into cffi
Nov 25, 2013
9ef7d50d
Merge branch 'master' into cffi
Nov 27, 2013
f3b7c4c4
Update another old github link
Nov 27, 2013
9b0a2917
Merge branch 'master' into cffi
Nov 27, 2013
ca89d155
Merge branch 'master' into cffi
Feb 01, 2014
34d86676
Merge branch 'master' into cffi
Feb 01, 2014
3b1c18d4
Merge branch 'master' into cffi
Feb 18, 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
f8b10b52
Merge branch 'master' into cffi
Mar 28, 2014
49bb9569
Try to fix disabling of GL interop, start prefixing names
Mar 29, 2014
6166a19f
Fix build without GL interop
Mar 29, 2014
db4cd3c0
Remove extraneous debug print
Mar 29, 2014
bfe9591d
Merge branch 'master' into cffi
May 10, 2014
e34c9738
Make get_devices() return an empty list instead of erroring out (reported by...
May 10, 2014
fcd9752f
install wrap_cl_gl_core.h when GL is enabled.
May 10, 2014
1e4bd10d
correct library name under pypy
May 10, 2014
40bc6c08
Merge pull request #38 from yuyichao/cffi
May 11, 2014
2eaf9b24
Merge branch 'master' into cffi
May 26, 2014
eaecee21
Merge remote-tracking branch 'github/cffi' into cffi
May 26, 2014
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
2,281 additional commits have been omitted to prevent performance issues.
Loading
Loading