From 25a25dbd6f6065420392e59c726902e05c0d4a5a Mon Sep 17 00:00:00 2001 From: cnugteren Date: Sun, 8 May 2016 17:30:31 +0200 Subject: Fixed errors in xAXPY and xSCAL tests on AMD hardware --- src/kernels/level1/xaxpy.opencl | 7 +++++-- src/kernels/level1/xscal.opencl | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/kernels/level1/xaxpy.opencl b/src/kernels/level1/xaxpy.opencl index 1f1e8ce0..574beb43 100644 --- a/src/kernels/level1/xaxpy.opencl +++ b/src/kernels/level1/xaxpy.opencl @@ -30,7 +30,8 @@ __kernel void Xaxpy(const int n, const real alpha, // Loops over the work that needs to be done (allows for an arbitrary number of threads) #pragma unroll for (int id = get_global_id(0); id