Commit Graph

29 Commits

Author SHA1 Message Date
Philippe Tillet
a68061aa96 LICENSING: Switched to MIT 2017-01-17 20:33:46 -05:00
Philippe Tillet
b21024cd37 Database: Renamed GCN architectures and added some default profiles 2016-10-06 09:51:07 -04:00
Philippe Tillet
3293c45e60 GEMM: Enabled use of cuBLAS when predicted beneficial 2016-10-04 21:17:17 -04:00
Philippe Tillet
fa4cb6866d Bench: Now displaying results in a table 2016-09-29 14:50:42 -04:00
Philippe Tillet
fdc6ff7907 Driver: some cleaning
* automatic generation of comparison operators
* better comments
2016-05-31 16:41:41 -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
da43f89ea4 Profiles: reorganized database 2015-12-21 02:43:04 -05:00
Philippe Tillet
ebbb6dd18e LICENSING: added license headers ; polished files hierarchy 2015-12-19 21:43:05 -05:00
Philippe Tillet
04f8b91425 Presets: better Maxwell profile 2015-12-18 03:38:01 -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
6be5929b0d Core: fixed handle wrapping for CUcontext 2015-11-21 13:57:05 -05:00
Philippe Tillet
67a35a62bd Driver: now loading the backend dynamically on Linux 2015-08-25 17:06:51 -04:00
Philippe Tillet
33dac6b05a Code quality: fixed compilation errors with CUDA 2015-08-20 21:24:41 -04:00
Philippe Tillet
a57ff683e1 Code quality: removed obsolete comments 2015-08-18 15:34:55 -07:00
Philippe Tillet
feda5a8c9c C++: added access to CL's platform id via driver::Platform 2015-08-18 14:21:12 -07:00
Philippe Tillet
da20db711b Tune: Further file hierarchy improvements 2015-08-18 02:31:44 -07:00
Philippe Tillet
29e752c765 Presets: Now checking device type when grabbing a preset 2015-08-13 13:43:26 -07:00
Philippe Tillet
db090d7942 Code quality: Large clean-up of the codebase and especially of the include/ folder 2015-08-06 12:05:12 -07:00
Philippe Tillet
df9f6142ef Models: added basic database structure 2015-08-05 17:01:42 -07:00
Philippe Tillet
08e4a5b9a6 Code quality: More MSVC warning fixing 2015-08-05 11:26:09 -07:00
Philippe Tillet
21a2566904 Driver: moved programs allocation logic to a static variable 2015-07-30 14:35:41 -07:00
Philippe Tillet
10745fc013 Driver: other bugfixes 2015-07-27 17:20:12 -07:00
Philippe Tillet
5f78dedbcd Tests: Added double precision check 2015-07-26 21:35:39 -07:00
Philippe Tillet
4715723e61 Driver: Fixed issue in ownership handling for BLAS 2015-07-26 21:13:28 -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
b0cd25ac4b Added C BLAS1 test 2015-06-25 23:12:26 -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