Commits · e3f3940e08962397988a483f5b96b68ea22cb760
pyopencl
src
c_wrapper
program.h
Browse files
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
_Program.compile, _Program.link, _Program.all_kernels
· 9a832d72
Yichao Yu
authored
Jun 22, 2014
9a832d72
minor tweaks, extern templates, fix print_buf
· 8333f431
Yichao Yu
authored
Jun 19, 2014
8333f431
move functions used by only one file to .cpp
· 6f2e556b
Yichao Yu
authored
Jun 16, 2014
6f2e556b
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