CLBlast/src
2017-05-26 22:10:56 +02:00
..
database Added tuning results for the AMD Radeon Fiji GPU 2017-05-11 22:53:52 -07:00
kernels Fixed a missing synchronization barrier in the invert kernel; fixes TRSM tests 2017-05-14 20:27:35 +02:00
routines Fixed an TRSM issue caused by incorrect block size calculation 2017-05-15 22:04:55 +02:00
tuning Re-added random tuning for GEMM after accidental removal 2017-05-11 22:12:38 -07:00
utilities Fixed a compilation issue under MSVC 2013 2017-05-26 22:10:56 +02:00
cache.cpp Made RemoveBySubset from the cache work with references to keys 2017-02-12 11:58:20 +01:00
cache.hpp Split the database into several smaller cached per-kernel databases (in preparation of per-kernel database overrides) 2017-02-12 12:02:39 +01:00
clblast.cpp Added the IxAMIN routines: absolute minimum version of IxAMAX 2017-05-12 20:01:33 -07:00
clblast_c.cpp Added the IxAMIN routines: absolute minimum version of IxAMAX 2017-05-12 20:01:33 -07:00
clblast_netlib_c.cpp Added the IxAMIN routines: absolute minimum version of IxAMAX 2017-05-12 20:01:33 -07:00
clpp11.hpp Added a special override database for the Apple CPU implementation on OS X: this makes the test work, it does not focus on good performance 2017-04-07 07:37:30 +02:00
cxpp11_common.hpp Added a fix for compilation under Visual Studio 2013 related to the new exception classes 2016-10-23 15:55:03 +02:00
routine.cpp Removed const-vector-of-const-objects from the database class to remain according to the C++11 standard 2017-04-10 07:40:27 +02:00
routine.hpp Removed const-vector-of-const-objects from the database class to remain according to the C++11 standard 2017-04-10 07:40:27 +02:00