We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cc6a6 commit 534b559Copy full SHA for 534b559
samples/99_aluperf/main.cpp
@@ -85,7 +85,7 @@ int main(
85
if (datatype.rfind("half", 0) == 0) {
86
ss << "#pragma OPENCL EXTENSION cl_khr_fp16 : enable" << std::endl;
87
}
88
- else if (datatype.rfind("doubld", 0) == 0) {
+ else if (datatype.rfind("double", 0) == 0) {
89
ss << "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" << std::endl;
90
91
0 commit comments