summaryrefslogtreecommitdiff
path: root/src/utilities.cpp
AgeCommit message (Collapse)Author
2016-09-27Now generates test/client/tuner data using a fixed seed to enable ↵Cedric Nugteren
reproducability of results
2016-08-27test/correctness: read platform and device from environmentIvan Shapovalov
Support passing environment variables CLBLAST_PLATFORM and CLBLAST_DEVICE instead of -platform and -device arguments to test executables. This is for `ctest`.
2016-07-10Now passing alpha/beta to the kernel as arguments as before fp16 support; in ↵Cedric Nugteren
case of fp16 arguments are cast on host and in kernel
2016-06-28Made it possible to build the clients and tests on Windows using Visual StudioCNugteren
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren