summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-07-12 16:57:09 +0200
committerCNugteren <web@cedricnugteren.nl>2015-07-12 16:57:09 +0200
commitaa852bbe67a7dc9018afd7d1349184f0284d215c (patch)
tree2238271b288f88d3990fe952960b8ee392eafb4b /test/performance
parent721546e64a32703b0a424f89919a55988c2b4172 (diff)
Added subfolders for the level1/2/3 routines
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/routines/level1/xaxpy.cc (renamed from test/performance/routines/xaxpy.cc)2
-rw-r--r--test/performance/routines/level2/xgemv.cc (renamed from test/performance/routines/xgemv.cc)2
-rw-r--r--test/performance/routines/level3/xgemm.cc (renamed from test/performance/routines/xgemm.cc)2
-rw-r--r--test/performance/routines/level3/xhemm.cc (renamed from test/performance/routines/xhemm.cc)2
-rw-r--r--test/performance/routines/level3/xher2k.cc (renamed from test/performance/routines/xher2k.cc)2
-rw-r--r--test/performance/routines/level3/xherk.cc (renamed from test/performance/routines/xherk.cc)2
-rw-r--r--test/performance/routines/level3/xsymm.cc (renamed from test/performance/routines/xsymm.cc)2
-rw-r--r--test/performance/routines/level3/xsyr2k.cc (renamed from test/performance/routines/xsyr2k.cc)2
-rw-r--r--test/performance/routines/level3/xsyrk.cc (renamed from test/performance/routines/xsyrk.cc)2
-rw-r--r--test/performance/routines/level3/xtrmm.cc (renamed from test/performance/routines/xtrmm.cc)2
10 files changed, 10 insertions, 10 deletions
diff --git a/test/performance/routines/xaxpy.cc b/test/performance/routines/level1/xaxpy.cc
index 6a2b96c1..fe90c697 100644
--- a/test/performance/routines/xaxpy.cc
+++ b/test/performance/routines/level1/xaxpy.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xaxpy.h"
+#include "routines/level1/xaxpy.h"
// =================================================================================================
diff --git a/test/performance/routines/xgemv.cc b/test/performance/routines/level2/xgemv.cc
index 6f69ef21..376c6c33 100644
--- a/test/performance/routines/xgemv.cc
+++ b/test/performance/routines/level2/xgemv.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xgemv.h"
+#include "routines/level2/xgemv.h"
// =================================================================================================
diff --git a/test/performance/routines/xgemm.cc b/test/performance/routines/level3/xgemm.cc
index 9a02e595..c45c238f 100644
--- a/test/performance/routines/xgemm.cc
+++ b/test/performance/routines/level3/xgemm.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xgemm.h"
+#include "routines/level3/xgemm.h"
// =================================================================================================
diff --git a/test/performance/routines/xhemm.cc b/test/performance/routines/level3/xhemm.cc
index 34798d8d..d215653b 100644
--- a/test/performance/routines/xhemm.cc
+++ b/test/performance/routines/level3/xhemm.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xhemm.h"
+#include "routines/level3/xhemm.h"
// =================================================================================================
diff --git a/test/performance/routines/xher2k.cc b/test/performance/routines/level3/xher2k.cc
index 1b505737..2e1f248a 100644
--- a/test/performance/routines/xher2k.cc
+++ b/test/performance/routines/level3/xher2k.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xher2k.h"
+#include "routines/level3/xher2k.h"
// =================================================================================================
diff --git a/test/performance/routines/xherk.cc b/test/performance/routines/level3/xherk.cc
index ce18152e..4386f78c 100644
--- a/test/performance/routines/xherk.cc
+++ b/test/performance/routines/level3/xherk.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xherk.h"
+#include "routines/level3/xherk.h"
// =================================================================================================
diff --git a/test/performance/routines/xsymm.cc b/test/performance/routines/level3/xsymm.cc
index 8738ceda..bd014cee 100644
--- a/test/performance/routines/xsymm.cc
+++ b/test/performance/routines/level3/xsymm.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xsymm.h"
+#include "routines/level3/xsymm.h"
// =================================================================================================
diff --git a/test/performance/routines/xsyr2k.cc b/test/performance/routines/level3/xsyr2k.cc
index e4c76229..1261be88 100644
--- a/test/performance/routines/xsyr2k.cc
+++ b/test/performance/routines/level3/xsyr2k.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xsyr2k.h"
+#include "routines/level3/xsyr2k.h"
// =================================================================================================
diff --git a/test/performance/routines/xsyrk.cc b/test/performance/routines/level3/xsyrk.cc
index 53fecb69..5799130f 100644
--- a/test/performance/routines/xsyrk.cc
+++ b/test/performance/routines/level3/xsyrk.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xsyrk.h"
+#include "routines/level3/xsyrk.h"
// =================================================================================================
diff --git a/test/performance/routines/xtrmm.cc b/test/performance/routines/level3/xtrmm.cc
index 2ab9ce77..c30866e9 100644
--- a/test/performance/routines/xtrmm.cc
+++ b/test/performance/routines/level3/xtrmm.cc
@@ -12,7 +12,7 @@
// =================================================================================================
#include "performance/client.h"
-#include "routines/xtrmm.h"
+#include "routines/level3/xtrmm.h"
// =================================================================================================