summaryrefslogtreecommitdiff
path: root/src/routines/level2/xsyr.cc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-02 21:18:01 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-03-02 21:18:01 +0100
commit60da54da5d8cb8dc763c13ba48ec6d8e557a609d (patch)
tree5c71017dd8280ddfaf7955d621bfd446d8578c1b /src/routines/level2/xsyr.cc
parentfa79720557412cad605589301580ccda39edce6c (diff)
Added preliminary support for xHER2 and xSYR2 routines
Diffstat (limited to 'src/routines/level2/xsyr.cc')
-rw-r--r--src/routines/level2/xsyr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level2/xsyr.cc b/src/routines/level2/xsyr.cc
index 755fde0d..c01fa2d3 100644
--- a/src/routines/level2/xsyr.cc
+++ b/src/routines/level2/xsyr.cc
@@ -34,7 +34,7 @@ StatusCode Xsyr<T>::DoSyr(const Layout layout, const Triangle triangle,
const Buffer<T> &x_buffer, const size_t x_offset, const size_t x_inc,
const Buffer<T> &a_buffer, const size_t a_offset, const size_t a_ld) {
- //
+ // Specific Xsyr functionality is implemented in the kernel using defines
return DoHer(layout, triangle, n, alpha,
x_buffer, x_offset, x_inc,
a_buffer, a_offset, a_ld);