summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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