summaryrefslogtreecommitdiff
path: root/src/tuning/xaxpy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuning/xaxpy.cc')
-rw-r--r--src/tuning/xaxpy.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tuning/xaxpy.cc b/src/tuning/xaxpy.cc
index cc9e81d3..7715b128 100644
--- a/src/tuning/xaxpy.cc
+++ b/src/tuning/xaxpy.cc
@@ -31,7 +31,8 @@ class TuneXaxpy {
static std::string GetSources() {
return
#include "../src/kernels/common.opencl"
- #include "../src/kernels/xaxpy.opencl"
+ #include "../src/kernels/level1/level1.opencl"
+ #include "../src/kernels/level1/xaxpy.opencl"
;
}