CLBlast/src/utilities
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
..
android.hpp android.hpp: custom header guard of _clang_ 2022-04-13 22:33:12 +02:00
buffer_test.hpp Reduce TestMatrix calls for xgemmstridedbatched. 2019-12-09 22:17:24 +02:00
clblast_exceptions.cpp Added exception handle with catch-all 2017-11-15 22:44:44 +01:00
clblast_exceptions.hpp Added exception handle with catch-all 2017-11-15 22:44:44 +01:00
compile.cpp Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
compile.hpp Now stores a shared_ptr to the Program class in the cache 2018-05-01 20:34:48 +02:00
device_mapping.hpp Added device-name removal code to handle POCL naming convention 2018-07-13 21:20:27 +02:00
msvc.hpp Moved files around a bit; created a utilities subfolder 2016-10-22 15:36:48 +02:00
timing.cpp First version of the tuning API, added interface for copy-kernel, added sample 2018-03-06 20:52:12 +01:00
timing.hpp First version of the tuning API, added interface for copy-kernel, added sample 2018-03-06 20:52:12 +01:00
utilities.cpp Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
utilities.hpp AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00