summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xaxpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xaxpy.h')
-rw-r--r--include/internal/routines/level1/xaxpy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xaxpy.h b/include/internal/routines/level1/xaxpy.h
index 689cf169..bc00c8e3 100644
--- a/include/internal/routines/level1/xaxpy.h
+++ b/include/internal/routines/level1/xaxpy.h
@@ -28,6 +28,7 @@ class Xaxpy: public Routine<T> {
using Routine<T>::db_;
using Routine<T>::source_string_;
using Routine<T>::queue_;
+ using Routine<T>::event_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
using Routine<T>::TestVectorY;
@@ -35,7 +36,7 @@ class Xaxpy: public Routine<T> {
using Routine<T>::ErrorIn;
// Constructor
- Xaxpy(Queue &queue, Event &event, const std::string &name = "AXPY");
+ Xaxpy(Queue &queue, EventPointer event, const std::string &name = "AXPY");
// Templated-precision implementation of the routine
StatusCode DoAxpy(const size_t n, const T alpha,