summaryrefslogtreecommitdiff
path: root/src/routines/level3/xtrmm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level3/xtrmm.hpp')
-rw-r--r--src/routines/level3/xtrmm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level3/xtrmm.hpp b/src/routines/level3/xtrmm.hpp
index 967bf132..e77b7214 100644
--- a/src/routines/level3/xtrmm.hpp
+++ b/src/routines/level3/xtrmm.hpp
@@ -31,6 +31,7 @@ class Xtrmm: public Xgemm<T> {
using Xgemm<T>::queue_;
using Xgemm<T>::context_;
using Xgemm<T>::device_;
+ using Xgemm<T>::program_;
using Xgemm<T>::db_;
using Xgemm<T>::DoGemm;