summaryrefslogtreecommitdiff
path: root/src/routines/level2/xsbmv.cc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-22 15:38:26 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-22 15:38:26 +0200
commit95b828da124b9c5c101d95cb51a12e9d387d1a34 (patch)
treedf7408341adff83698db0c9fc9e4376df904a4bb /src/routines/level2/xsbmv.cc
parentb6268d0c22732d2d1b0832cbbf1a33c21a13b442 (diff)
Added level-2 half-precision routines HGEMV/HGBMV/HHEMV/HHBMV/HHPMV/HSYMV/HSBMV/HSPMV/HTRMV/HTBMV/HTPMV
Diffstat (limited to 'src/routines/level2/xsbmv.cc')
-rw-r--r--src/routines/level2/xsbmv.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xsbmv.cc b/src/routines/level2/xsbmv.cc
index bc82c88d..66ba74e8 100644
--- a/src/routines/level2/xsbmv.cc
+++ b/src/routines/level2/xsbmv.cc
@@ -57,6 +57,7 @@ StatusCode Xsbmv<T>::DoSbmv(const Layout layout, const Triangle triangle,
// =================================================================================================
// Compiles the templated class
+template class Xsbmv<half>;
template class Xsbmv<float>;
template class Xsbmv<double>;