summaryrefslogtreecommitdiff
path: root/include/internal/routines/level3/xhemm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level3/xhemm.h')
-rw-r--r--include/internal/routines/level3/xhemm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level3/xhemm.h b/include/internal/routines/level3/xhemm.h
index 5f1e8723..ca38ca08 100644
--- a/include/internal/routines/level3/xhemm.h
+++ b/include/internal/routines/level3/xhemm.h
@@ -37,7 +37,7 @@ class Xhemm: public Xgemm<T> {
using Xgemm<T>::DoGemm;
// Constructor
- Xhemm(Queue &queue, Event &event);
+ Xhemm(Queue &queue, Event &event, const std::string &name = "HEMM");
// Templated-precision implementation of the routine
StatusCode DoHemm(const Layout layout, const Side side, const Triangle triangle,