Commit Graph

21 Commits

Author SHA1 Message Date
philippe
839bccf364 General: Major summer update 2017-09-01 21:55:03 -04:00
philippe
c5a79782b8 Driver: re-factored handle wrapper to accomodate proper deinitialization order 2017-05-10 22:39:23 -07:00
philippe
e99759d3b3 ISAAC-V2.0: INITIAL COMMIT 2017-05-07 16:51:51 -07:00
Philippe Tillet
a68061aa96 LICENSING: Switched to MIT 2017-01-17 20:33:46 -05:00
Philippe Tillet
2fcdebbbf4 Driver: Fixed segfault on Intel iGPU on OpenCL device deinitialization
Not sure if it's a bug on my end or Intel's. Commenting clReleaseDevice until more is known.
2016-10-06 15:28:36 -04:00
Philippe Tillet
3293c45e60 GEMM: Enabled use of cuBLAS when predicted beneficial 2016-10-04 21:17:17 -04:00
Philippe Tillet
7f77fba4d4 General: Internal code generator overhaul 2016-04-02 18:19:33 -04:00
Philippe Tillet
6623116372 Licensing: added blank line after license text 2015-12-21 17:04:09 -05:00
Philippe Tillet
ebbb6dd18e LICENSING: added license headers ; polished files hierarchy 2015-12-19 21:43:05 -05:00
Philippe Tillet
dfbe52c20a Driver: now ignore CUDA_ERROR_DEINITIALIZED in the destructor of CUDA C++ object.
This should be harmless. ISAAC deinitializes CUDA at the very end, but external libraries may deinitialize it beforehands.
2015-11-27 02:09:15 -05:00
Philippe Tillet
69c11d16cc Code quality: bugfix in bench/test to note call clBLAS on CUDA backend 2015-08-26 14:12:50 -04:00
Philippe Tillet
67a35a62bd Driver: now loading the backend dynamically on Linux 2015-08-25 17:06:51 -04:00
Philippe Tillet
10524ebdee CUDA: various improvements 2015-08-24 17:03:31 -04:00
Philippe Tillet
33dac6b05a Code quality: fixed compilation errors with CUDA 2015-08-20 21:24:41 -04:00
Philippe Tillet
48ee0b548c Driver: Fixed minor issues 2015-07-28 13:44:53 -07:00
Philippe Tillet
10745fc013 Driver: other bugfixes 2015-07-27 17:20:12 -07:00
Philippe Tillet
4715723e61 Driver: Fixed issue in ownership handling for BLAS 2015-07-26 21:13:28 -07:00
Philippe Tillet
674d708425 Backend: fixed ocl::info<> for CL_PROGRAM_BINARIES 2015-07-26 18:30:06 -07:00
Philippe Tillet
0ef6654c5f Code quality: removed dependencies on the C++ OpenCL wrapper 2015-07-26 10:05:16 -07:00
Philippe Tillet
a2b533b9a8 Driver: made cl and cu attributes private in Handle<> 2015-07-23 09:40:18 -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