summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/wrapper_cblas.h2
-rw-r--r--test/wrapper_clblas.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/wrapper_cblas.h b/test/wrapper_cblas.h
index 529acfbf..3182fdfc 100644
--- a/test/wrapper_cblas.h
+++ b/test/wrapper_cblas.h
@@ -374,7 +374,7 @@ void cblasXasum(const size_t n,
reinterpret_cast<const double*>(&x_buffer[x_offset]), static_cast<int>(x_inc)));
}
-// Forwards the Netlib BLAS calls for iSAMAX/iDAMAX/iCAMAX/iZAMAX
+// Forwards the Netlib BLAS calls for iSAMAX/iDAMAX/iCAMAX/iZAMAX/iHAMAX
void cblasXamax(const size_t n,
std::vector<float>& imax_buffer, const size_t imax_offset,
const std::vector<float>& x_buffer, const size_t x_offset, const size_t x_inc) {
diff --git a/test/wrapper_clblas.h b/test/wrapper_clblas.h
index 23c55373..b9410cae 100644
--- a/test/wrapper_clblas.h
+++ b/test/wrapper_clblas.h
@@ -633,7 +633,7 @@ clblasStatus clblasXasum<double2>(const size_t n,
num_queues, queues, num_wait_events, wait_events, events);
}
-// Forwards the clBLAS calls for iSAMAX/iDAMAX/iCAMAX/iZAMAX
+// Forwards the clBLAS calls for iSAMAX/iDAMAX/iCAMAX/iZAMAX/iHAMAX
template <typename T>
clblasStatus clblasXamax(const size_t n,
cl_mem imax_buffer, const size_t imax_offset,