Commits · e3f3940e08962397988a483f5b96b68ea22cb760
pyopencl
src
c_wrapper
event.h
Browse files
Dec 10, 2015
Disable clEventSetCallback on windows
· c5e4a1d0
Andreas Klöckner
authored
Dec 10, 2015
c5e4a1d0
Try to make clSetEventCallback callback lambda have stdcall
· b45bc73a
Andreas Klöckner
authored
Dec 09, 2015
b45bc73a
Nov 30, 2015
Work around older (4.8/4.9) gcc issues on Ubuntu (thanks @larsmans)
· e12f38a3
Andreas Klöckner
authored
Nov 29, 2015
e12f38a3
Jun 29, 2015
Convert wrapper to ahead-of-time, verified build (some extensions missing so far)
· e3802bab
Andreas Klöckner
authored
Jun 29, 2015
e3802bab
Sep 14, 2014
event clean up
· 01adbe63
Yichao Yu
authored
Jun 22, 2014
01adbe63
try not to leak memory
· c1f20ad8
Yichao Yu
authored
Jun 21, 2014
c1f20ad8
one thread per callback
· 98445569
Yichao Yu
authored
Jun 21, 2014
98445569
non-blocking NannyEvent destructor
· 76e1a1eb
Yichao Yu
authored
Jun 21, 2014
76e1a1eb
c_handle_retry_mem_error, cleanup, rename
· 3e503178
Yichao Yu
authored
Jun 20, 2014
3e503178
minor tweaks, extern templates, fix print_buf
· 8333f431
Yichao Yu
authored
Jun 19, 2014
8333f431
OutArg
· 79dc436c
Yichao Yu
authored
Jun 17, 2014
79dc436c
do not assume cffi.new_handle always returns the same address for the same object (need to check)
· c68bd228
Yichao Yu
authored
Jun 16, 2014
c68bd228
try using extern template
· e8cc6d1a
Yichao Yu
authored
Jun 15, 2014
e8cc6d1a
split wrapper objects into different files; simplify templates
· 37bf4792
Yichao Yu
authored
Jun 09, 2014
37bf4792
Loading