summaryrefslogtreecommitdiff
path: root/src/routines/level2/xspmv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xspmv.cc')
-rw-r--r--src/routines/level2/xspmv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xspmv.cc b/src/routines/level2/xspmv.cc
index 6e00dcfa..589a97d4 100644
--- a/src/routines/level2/xspmv.cc
+++ b/src/routines/level2/xspmv.cc
@@ -57,6 +57,7 @@ StatusCode Xspmv<T>::DoSpmv(const Layout layout, const Triangle triangle,
// =================================================================================================
// Compiles the templated class
+template class Xspmv<half>;
template class Xspmv<float>;
template class Xspmv<double>;