CLBlast/test
Cedric Nugteren 3d0c227fa5
AMAX/AMIN integer testing and bug fixes (#457)
* 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
2023-05-07 20:02:52 +02:00
..
correctness AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
performance AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
routines AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
diagnostics.cpp Moved timing function to a separate file 2017-10-28 14:12:05 +02:00
test_utilities.cpp AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
test_utilities.hpp AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
wrapper_cblas.hpp AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
wrapper_clblas.hpp AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
wrapper_cublas.hpp AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
wrapper_cuda.hpp Fix an incompatibility with CUDA's FP16 definition 2017-10-17 20:29:23 +02:00