CLBlast/src/kernels/level1
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
..
level1.opencl Made the inline keyword in kernels optional currently only enabled for NVIDIA and ARM GPUs 2017-07-08 17:12:16 +02:00
xamax.opencl AMAX/AMIN integer testing and bug fixes (#457) 2023-05-07 20:02:52 +02:00
xasum.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xaxpy.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xcopy.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xdot.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xhad.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xnrm2.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xscal.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00
xswap.opencl Updated according to feedback from CNugteren 2023-01-17 08:35:29 -08:00