From 38fa34b43243722330e2ae1caffa344745d612c8 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 24 Jun 2022 09:32:47 +0200 Subject: [PATCH] Fix typo in comment Resolves https://github.com/CNugteren/CLBlast/issues/440 --- src/kernels/common.opencl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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