summaryrefslogtreecommitdiff
path: root/src/routines/level3/xtrsm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level3/xtrsm.hpp')
-rw-r--r--src/routines/level3/xtrsm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level3/xtrsm.hpp b/src/routines/level3/xtrsm.hpp
index 288e9d11..b9d5432a 100644
--- a/src/routines/level3/xtrsm.hpp
+++ b/src/routines/level3/xtrsm.hpp
@@ -26,11 +26,11 @@ class Xtrsm: public Xgemm<T> {
public:
// Uses methods and variables the Xgemm routine
- using Xgemm<T>::routine_name_;
using Xgemm<T>::queue_;
using Xgemm<T>::context_;
using Xgemm<T>::device_;
using Xgemm<T>::db_;
+ using Xgemm<T>::program_;
using Xgemm<T>::DoGemm;
// Constructor