summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:41:10 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-17 11:41:10 +0200
commit520e28e7a72f288f04d04d86d4e7560d78159820 (patch)
tree6f32fc487d2bb0305e03220610d574f4af22075b /include/internal/routines/level1
parentafe8852eaae20fbdd3f38e9cac63a9162251d90b (diff)
Moved the ErrorIn function from the Routine class to the utilities header
Diffstat (limited to 'include/internal/routines/level1')
-rw-r--r--include/internal/routines/level1/xamax.h1
-rw-r--r--include/internal/routines/level1/xasum.h1
-rw-r--r--include/internal/routines/level1/xaxpy.h1
-rw-r--r--include/internal/routines/level1/xcopy.h1
-rw-r--r--include/internal/routines/level1/xdot.h1
-rw-r--r--include/internal/routines/level1/xnrm2.h1
-rw-r--r--include/internal/routines/level1/xscal.h1
-rw-r--r--include/internal/routines/level1/xswap.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/include/internal/routines/level1/xamax.h b/include/internal/routines/level1/xamax.h
index b44e0ceb..70d8a6b0 100644
--- a/include/internal/routines/level1/xamax.h
+++ b/include/internal/routines/level1/xamax.h
@@ -32,7 +32,6 @@ class Xamax: public Routine<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xamax(Queue &queue, EventPointer event, const std::string &name = "AMAX");
diff --git a/include/internal/routines/level1/xasum.h b/include/internal/routines/level1/xasum.h
index 8e22d76a..8b5c9c76 100644
--- a/include/internal/routines/level1/xasum.h
+++ b/include/internal/routines/level1/xasum.h
@@ -32,7 +32,6 @@ class Xasum: public Routine<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xasum(Queue &queue, EventPointer event, const std::string &name = "ASUM");
diff --git a/include/internal/routines/level1/xaxpy.h b/include/internal/routines/level1/xaxpy.h
index da5b2b0f..bd8f5892 100644
--- a/include/internal/routines/level1/xaxpy.h
+++ b/include/internal/routines/level1/xaxpy.h
@@ -32,7 +32,6 @@ class Xaxpy: public Routine<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xaxpy(Queue &queue, EventPointer event, const std::string &name = "AXPY");
diff --git a/include/internal/routines/level1/xcopy.h b/include/internal/routines/level1/xcopy.h
index 08e63ce4..f01d5b08 100644
--- a/include/internal/routines/level1/xcopy.h
+++ b/include/internal/routines/level1/xcopy.h
@@ -31,7 +31,6 @@ class Xcopy: public Routine<T> {
using Routine<T>::event_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xcopy(Queue &queue, EventPointer event, const std::string &name = "COPY");
diff --git a/include/internal/routines/level1/xdot.h b/include/internal/routines/level1/xdot.h
index 5c46e0dc..46cf9959 100644
--- a/include/internal/routines/level1/xdot.h
+++ b/include/internal/routines/level1/xdot.h
@@ -32,7 +32,6 @@ class Xdot: public Routine<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xdot(Queue &queue, EventPointer event, const std::string &name = "DOT");
diff --git a/include/internal/routines/level1/xnrm2.h b/include/internal/routines/level1/xnrm2.h
index 5abfaa59..3a0cf45c 100644
--- a/include/internal/routines/level1/xnrm2.h
+++ b/include/internal/routines/level1/xnrm2.h
@@ -32,7 +32,6 @@ class Xnrm2: public Routine<T> {
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xnrm2(Queue &queue, EventPointer event, const std::string &name = "NRM2");
diff --git a/include/internal/routines/level1/xscal.h b/include/internal/routines/level1/xscal.h
index 5786869f..9a0f83ab 100644
--- a/include/internal/routines/level1/xscal.h
+++ b/include/internal/routines/level1/xscal.h
@@ -31,7 +31,6 @@ class Xscal: public Routine<T> {
using Routine<T>::event_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xscal(Queue &queue, EventPointer event, const std::string &name = "SCAL");
diff --git a/include/internal/routines/level1/xswap.h b/include/internal/routines/level1/xswap.h
index 483f21d5..02360c38 100644
--- a/include/internal/routines/level1/xswap.h
+++ b/include/internal/routines/level1/xswap.h
@@ -31,7 +31,6 @@ class Xswap: public Routine<T> {
using Routine<T>::event_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::RunKernel;
- using Routine<T>::ErrorIn;
// Constructor
Xswap(Queue &queue, EventPointer event, const std::string &name = "SWAP");