Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Resolves #440
  • Loading branch information
CNugteren authored Jun 24, 2022
1 parent d837b64 commit 38fa34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernels/common.opencl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38fa34b

Please sign in to comment.