summaryrefslogtreecommitdiff
path: root/src/routines/levelx
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-05-19 21:02:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-05-19 21:02:44 +0200
commit27b52ac2c886238de59253a065c1fbbb970c73f1 (patch)
tree32f93133eff6e76be45e1e0ca031b4afb09519be /src/routines/levelx
parentcbcd4ff7e8e21584a9a1f405c9f4cb979a73b718 (diff)
Second version of direct reading from image tensor for convgemm: also with local memory support now
Diffstat (limited to 'src/routines/levelx')
-rw-r--r--src/routines/levelx/xconvgemm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/levelx/xconvgemm.cpp b/src/routines/levelx/xconvgemm.cpp
index 23335261..b1f07809 100644
--- a/src/routines/levelx/xconvgemm.cpp
+++ b/src/routines/levelx/xconvgemm.cpp
@@ -31,6 +31,7 @@ Xconvgemm<T>::Xconvgemm(Queue &queue, EventPointer event, const std::string &nam
#include "../../kernels/level3/xgemm_direct_part2.opencl"
#include "../../kernels/level3/xgemm_direct_part3.opencl"
, // separated in multiple parts to prevent C1091 in MSVC 2013
+ #include "../../kernels/levelx/xconvgemm_part1.opencl"
#include "../../kernels/level3/xconvgemm.opencl"
}) {
}