We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2538d2a commit 0768f76Copy full SHA for 0768f76
IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp
@@ -1343,6 +1343,7 @@ namespace TC
1343
(strcmp(pParam, "-cl-std=CL1.2") == 0) ||
1344
(strcmp(pParam, "-cl-std=CL2.0") == 0) ||
1345
(strcmp(pParam, "-cl-std=CL2.1") == 0) ||
1346
+ (strcmp(pParam, "-cl-std=CL3.0") == 0) ||
1347
(strcmp(pParam, "-cl-uniform-work-group-size") == 0) || //it's work only for OCL version greater than 1.2
1348
(strcmp(pParam, "-cl-kernel-arg-info") == 0) ||
1349
(strncmp(pParam, "-x", 2) == 0) ||
0 commit comments