summaryrefslogtreecommitdiff
path: root/test/performance/routines/level2/xger.cpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-16 19:38:50 +0200
committerGitHub <noreply@github.com>2017-04-16 19:38:50 +0200
commitb20c518f9fd05a69957c2018e72c6a648f5cdb7d (patch)
tree5db934bba015b9fe16a5c52958eaa30431929484 /test/performance/routines/level2/xger.cpp
parent0da1e380974007f69b827f6b10ef0243249d0c5e (diff)
parente3bb58f60277e70a26b2cef782945027871135d5 (diff)
Merge pull request #147 from CNugteren/cublas_reference
Added support for performance testing against cuBLAS
Diffstat (limited to 'test/performance/routines/level2/xger.cpp')
-rw-r--r--test/performance/routines/level2/xger.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/performance/routines/level2/xger.cpp b/test/performance/routines/level2/xger.cpp
index 50fdb9e6..ca23b8f0 100644
--- a/test/performance/routines/level2/xger.cpp
+++ b/test/performance/routines/level2/xger.cpp
@@ -12,10 +12,6 @@
#include "test/performance/client.hpp"
#include "test/routines/level2/xger.hpp"
-// Shortcuts to the clblast namespace
-using float2 = clblast::float2;
-using double2 = clblast::double2;
-
// Main function (not within the clblast namespace)
int main(int argc, char *argv[]) {
const auto command_line_args = clblast::RetrieveCommandLineArguments(argc, argv);