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