Fix typo in comment

Resolves https://github.com/CNugteren/CLBlast/issues/440
pull/447/head
Cedric Nugteren 2022-06-24 09:32:47 +02:00 committed by GitHub
parent d837b64269
commit 38fa34b432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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