summaryrefslogtreecommitdiff
path: root/test/routines/level2/xtrsv.hpp
AgeCommit message (Collapse)Author
2018-01-03Added a queue argument to the get-size function when running the tests/clientsCedric Nugteren
2017-11-19Fixed a variety of warnings and an error for MSVC2013 compilationCedric Nugteren
2017-10-15Modified test interfaces such that they support either OpenCL or CUDACedric Nugteren
2017-04-13Fixed CUDA malloc and cuBLAS handles: cuBLAS as a performance-reference now ↵Cedric Nugteren
works
2017-04-10Added reference implementations for performance-testing against cuBLASCedric Nugteren
2017-04-02Factored out inclusion of clBLAS and CBLAS from the test-routine filesCedric Nugteren
2017-04-01Separated host-device and device-host memory copies from execution of the ↵Cedric Nugteren
CBLAS reference code; for fair timing and code de-duplication
2017-03-04Added a proper data-preparation function for the TRSM testsCedric Nugteren
2017-02-26Added a guard against invalid buffer sizes in the prepare-data functions for ↵Cedric Nugteren
tests
2017-02-25Added PrepareData function for TRSM to create proper test inputCedric Nugteren
2017-02-19Added data-preparation function for the TRSV tests and special nan/inf ↵Cedric Nugteren
checks in the error checking to make the tests pass
2017-01-20Added prototype for the TRSV routineCedric Nugteren