summaryrefslogtreecommitdiff
path: root/src/routines/level2/xgemv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xgemv.cpp')
-rw-r--r--src/routines/level2/xgemv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xgemv.cpp b/src/routines/level2/xgemv.cpp
index 7b4c2e8f..26eed5e0 100644
--- a/src/routines/level2/xgemv.cpp
+++ b/src/routines/level2/xgemv.cpp
@@ -25,6 +25,7 @@ Xgemv<T>::Xgemv(Queue &queue, EventPointer event, const std::string &name):
Routine(queue, event, name, {"Pad", "Xgemv", "XgemvFast", "XgemvFastRot"}, PrecisionValue<T>(), {}, {
#include "../../kernels/level2/xgemv.opencl"
#include "../../kernels/level2/xgemv_fast.opencl"
+ #include "../../kernels/level2/xtrsv.opencl"
}) {
}