summaryrefslogtreecommitdiff
path: root/src/routines/level3/xtrsm.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-08-13 22:58:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-08-13 22:58:44 +0200
commitbf43dbb4ee076ad74ea330fe87e457d20e297735 (patch)
tree515498d33951368cf997c5bf1790e6bea458b5cf /src/routines/level3/xtrsm.hpp
parent3115c15db5a3b8fae0e9788cbcadaba91920af3c (diff)
Made last operation in TRSV and TRSM asynchronous, making the events not null
Diffstat (limited to 'src/routines/level3/xtrsm.hpp')
-rw-r--r--src/routines/level3/xtrsm.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level3/xtrsm.hpp b/src/routines/level3/xtrsm.hpp
index 5b42398e..871d7253 100644
--- a/src/routines/level3/xtrsm.hpp
+++ b/src/routines/level3/xtrsm.hpp
@@ -31,6 +31,7 @@ class Xtrsm: public Xgemm<T> {
using Xgemm<T>::device_;
using Xgemm<T>::db_;
using Xgemm<T>::program_;
+ using Xgemm<T>::event_;
using Xgemm<T>::DoGemm;
// Constructor