summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-14 18:06:00 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-14 18:06:00 +0200
commit5e1b2e021f4b746a77619e0ad5ab35d9a0d4df54 (patch)
tree4c41089bda681a26b677d946eef40b916e80afac /include
parent120c31a30f933eea12d4dfffd4951fa22102ef5f (diff)
Set kernel arguments for AXPY as constant memory buffers, making it possible to transfer half-precision values as well
Diffstat (limited to 'include')
-rw-r--r--include/internal/routines/level1/xaxpy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/routines/level1/xaxpy.h b/include/internal/routines/level1/xaxpy.h
index bc00c8e3..03771d53 100644
--- a/include/internal/routines/level1/xaxpy.h
+++ b/include/internal/routines/level1/xaxpy.h
@@ -29,6 +29,7 @@ class Xaxpy: public Routine<T> {
using Routine<T>::source_string_;
using Routine<T>::queue_;
using Routine<T>::event_;
+ using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
using Routine<T>::TestVectorY;