summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2022-06-24 09:32:47 +0200
committerGitHub <noreply@github.com>2022-06-24 09:32:47 +0200
commit38fa34b43243722330e2ae1caffa344745d612c8 (patch)
treed189a9139a89bc4850e6616703bfca719a989eff /src
parentd837b64269dae729e37e16b971f4b5c90ee33007 (diff)
Fix typo in comment
Resolves https://github.com/CNugteren/CLBlast/issues/440
Diffstat (limited to 'src')
-rw-r--r--src/kernels/common.opencl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernels/common.opencl b/src/kernels/common.opencl
index 0ad38919..56c1dae4 100644
--- a/src/kernels/common.opencl
+++ b/src/kernels/common.opencl
@@ -25,7 +25,7 @@ R"(
// =================================================================================================
#ifndef CUDA
- // Enable support for double-precision
+ // Enable support for half-precision
#if PRECISION == 16
#pragma OPENCL EXTENSION cl_khr_fp16: enable
#endif