CLBlast/src
2016-10-10 22:24:05 +02:00
..
database Fixed an issue with const members of structs in the database 2016-10-10 22:24:05 +02:00
kernels Fixed a const-correctness issue with complex conjugation in the GEMM direct kernel 2016-10-03 20:13:19 +02:00
routines Fixed an issue with the length of the GEMM OpenCL string for both MSVC 2013 and 2015 2016-10-10 22:23:33 +02:00
tuning Re-organised GEMM direct kernel and added faster fall-back version for incomplete rectangles 2016-10-03 19:32:01 +02:00
buffer_test.hpp Moved all headers into the source tree, changed headers to .hpp extension 2016-06-18 20:20:13 +02:00
cache.cpp Fixed a bug related to the cache and retrieval of programs based on the OpenCL context 2016-07-10 11:24:36 +02:00
cache.hpp Fixed a bug related to the cache and retrieval of programs based on the OpenCL context 2016-07-10 11:24:36 +02:00
clblast.cpp Added declspec(dllexport) to ClearCache and FillCache, and added declspec(dllimport) when not building the library 2016-06-30 10:49:17 +02:00
clblast_c.cpp Renamed all C++ source files to .cpp to match the .hpp extension better 2016-06-19 13:55:49 +02:00
clpp11.hpp Updated to version 8.0 of the CLCudaAPI header 2016-09-27 20:56:49 +02:00
msvc.hpp First fixes towards compilation on Visual Studio 2013 2016-10-10 20:37:45 +02:00
routine.cpp It is now possible to set the OpenCL compiler options through an environmental variable 2016-09-21 21:22:16 +02:00
routine.hpp Minor improvements after merging in groundwork for custom tuning parameters and kernels 2016-07-24 17:00:21 +02:00
utilities.cpp Now generates test/client/tuner data using a fixed seed to enable reproducability of results 2016-09-27 19:55:21 +02:00
utilities.hpp First fixes towards compilation on Visual Studio 2013 2016-10-10 20:37:45 +02:00