summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-10 16:09:09 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-10 16:09:09 +0100
commitb4d3a50f1952f532383f429b706269b49559407c (patch)
tree9242f8b45188102886cb0a72118de8254a03b1fd /test
parent11489e68ef625d872a762b79e43426606a90edea (diff)
Split GEMM kernel in 4 files instead of 3 due to MSVC 2013 string length limit
Diffstat (limited to 'test')
-rw-r--r--test/correctness/misc/preprocessor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/correctness/misc/preprocessor.cpp b/test/correctness/misc/preprocessor.cpp
index 8b5f16f5..7944e868 100644
--- a/test/correctness/misc/preprocessor.cpp
+++ b/test/correctness/misc/preprocessor.cpp
@@ -230,6 +230,7 @@ size_t RunPreprocessor(int argc, char *argv[], const bool silent, const Precisio
#include "../src/kernels/level3/xgemm_part1.opencl"
#include "../src/kernels/level3/xgemm_part2.opencl"
#include "../src/kernels/level3/xgemm_part3.opencl"
+ #include "../src/kernels/level3/xgemm_part4.opencl"
;
if (TestKernel(device, context, "Xgemm", gemm_sources, precision)) { passed++; } else { errors++; }