summaryrefslogtreecommitdiff
path: root/test/test_utilities.hpp
AgeCommit message (Collapse)Author
2023-05-07AMAX/AMIN integer testing and bug fixes (#457)Cedric Nugteren
* Fixed a bug in XAMAX/XMIN routines that caused the increment and offset to be included in the result * Perform proper integer-output testing in XAMAX tests * A few changes towards getting it ready for a PR * Also fix compilation for clBLAS and cuBLAS references * Fix a bug that would only use the real part of complex numbers in the amax/amin routines * A few small fixes related to the AMAX tests
2018-07-31Fixed the tests of OMATCOPY to include proper complex conjugationCedric Nugteren
2017-12-24Fixes for the CUDA backend of CLBlastCedric Nugteren
2017-11-25Moved string splitting functions; added string character removal functionCedric Nugteren
2017-11-24Added missing include fileCedric Nugteren
2017-11-24Added precision check to parameter override for the clientsCedric Nugteren
2017-11-22Made parameter override in the clients a command-line argument and added ↵Cedric Nugteren
support for multi-kernel routines
2017-11-21Implemented first version of reading JSON files from disk in the client to ↵Cedric Nugteren
override parameters
2017-10-15Prepared test and client infrastructure for use with the CUDA APICedric Nugteren
2017-10-08Moved the remaining OpenCL specific host code to the clpp11.h header where ↵Cedric Nugteren
it belongs
2017-08-12Moved some utility functions to a test-specific utility compilation-unitCedric Nugteren