summaryrefslogtreecommitdiff
path: root/src/routines/level2/xgbmv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xgbmv.cc')
-rw-r--r--src/routines/level2/xgbmv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xgbmv.cc b/src/routines/level2/xgbmv.cc
index f90e26b2..7a30c34a 100644
--- a/src/routines/level2/xgbmv.cc
+++ b/src/routines/level2/xgbmv.cc
@@ -58,6 +58,7 @@ StatusCode Xgbmv<T>::DoGbmv(const Layout layout, const Transpose a_transpose,
// =================================================================================================
// Compiles the templated class
+template class Xgbmv<half>;
template class Xgbmv<float>;
template class Xgbmv<double>;
template class Xgbmv<float2>;