Commits · c1f20ad8b282a9937b0d5b6ecf755500e41988d5
pyopencl
src
c_wrapper
event.cpp
Browse files
Sep 14, 2014
try not to leak memory
· c1f20ad8
Yichao Yu
authored
Jun 21, 2014
c1f20ad8
Event.set_support_cb
· 7aaa9032
Yichao Yu
authored
Jun 21, 2014
7aaa9032
use thread in clean up
· 540e17d3
Yichao Yu
authored
Jun 21, 2014
540e17d3
one thread per callback
· 98445569
Yichao Yu
authored
Jun 21, 2014
98445569
non-blocking NannyEvent destructor
· 76e1a1eb
Yichao Yu
authored
Jun 21, 2014
76e1a1eb
helper functions, improve trace output
· d71d960b
Yichao Yu
authored
Jun 19, 2014
d71d960b
rename
· bf49b059
Yichao Yu
authored
Jun 19, 2014
bf49b059
minor tweaks, extern templates, fix print_buf
· 8333f431
Yichao Yu
authored
Jun 19, 2014
8333f431
rename make_argbuf
· 8eb34188
Yichao Yu
authored
Jun 19, 2014
8eb34188
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