Commit Graph

7 Commits

Author SHA1 Message Date
Philippe Tillet
dd5f592fd8 Code quality: destructors of static global objects will no longer call external dependencies. Manual cleaning possible through backend::release()
This should solve errors when libOpenCL's ICD was unloaded prior to libisaac.
2015-07-31 15:47:41 -07:00
Philippe Tillet
81b9f01336 Driver: Contexts are now unique and non-copyable 2015-07-31 00:41:03 -07:00
Philippe Tillet
29bdf7f546 Code quality: made the backend static 2015-07-30 21:15:37 -07:00
Philippe Tillet
0ef6654c5f Code quality: removed dependencies on the C++ OpenCL wrapper 2015-07-26 10:05:16 -07:00
Philippe Tillet
155554f5cf Code quality: added clBLAS.def and some ISAACAPI 2015-07-21 23:48:50 -07:00
Philippe Tillet
80bcbd095f C++: Some renaming; added possibility to pass buffers when constructing arrays 2015-06-23 09:38:34 -07:00
Philippe Tillet
cf5028d55b Squashed feature branch:
* Added CUDA support
 * Performance improvements
 * API improvements
 * Added "depth" parameter to GEMM
 * Android cross-compilation
2015-04-29 15:52:21 -04:00