summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-25 10:30:38 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-03-25 10:30:38 +0100
commit1d5a702d9d31afa320a15ed9fa79471aec314f4a (patch)
tree52a073c0909b23c8e2c29e467c19c81dbcf34f5a /include/clblast.h
parent3876096c30ad4eed5769dbc88dbfe75b7571718a (diff)
Added prototypes for ScNRM2/DzNRM2 routines
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clblast.h b/include/clblast.h
index 905de774..d837cb71 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -140,7 +140,7 @@ StatusCode Dotc(const size_t n,
const cl_mem y_buffer, const size_t y_offset, const size_t y_inc,
cl_command_queue* queue, cl_event* event);
-// Euclidian norm of a vector: SNRM2/DNRM2
+// Euclidian norm of a vector: SNRM2/DNRM2/ScNRM2/DzNRM2
template <typename T>
StatusCode Nrm2(const size_t n,
cl_mem nrm2_buffer, const size_t nrm2_offset,