summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xconvgemm.cpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-12-31 19:05:34 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-12-31 19:05:34 +0100
commit560f7a40f6cbebf5c8d48f1d5aa5f6163b841eb2 (patch)
tree4514b57bf8df253b17baf0d07d8dd81a183cb6ca /src/routines/levelx/xconvgemm.cpp
parentd9295250396eafe7d16c8730104f669cb66777e3 (diff)
Added convgemm to the CLBlast database, added initial parameters for Skylake GPU
Diffstat (limited to 'src/routines/levelx/xconvgemm.cpp')
-rw-r--r--src/routines/levelx/xconvgemm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/levelx/xconvgemm.cpp b/src/routines/levelx/xconvgemm.cpp
index 8bd24f15..d137e6fe 100644
--- a/src/routines/levelx/xconvgemm.cpp
+++ b/src/routines/levelx/xconvgemm.cpp
@@ -25,7 +25,7 @@ namespace clblast {
template <typename T>
Xconvgemm<T>::Xconvgemm(Queue &queue, EventPointer event, const std::string &name,
const ConvGemmMethod method):
- Routine(queue, event, name, {"XgemmDirect"},
+ Routine(queue, event, name, {"Xconvgemm"},
PrecisionValue<T>(), {}, {
(method == ConvGemmMethod::kWithIm2Col) ? "#define CONVGEMM_WITH_IM2COL\n" : "",
#include "../../kernels/level3/level3.opencl"