Skip to content

Commit 0768f76

Browse files
PawelJureksys_zuul
authored andcommitted
Allow "-cl-std=CL3.0" build option
Change-Id: I93dd8ca2cdf4add4f8e423ebb1899b3aa1623538
1 parent 2538d2a commit 0768f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@ namespace TC
13431343
(strcmp(pParam, "-cl-std=CL1.2") == 0) ||
13441344
(strcmp(pParam, "-cl-std=CL2.0") == 0) ||
13451345
(strcmp(pParam, "-cl-std=CL2.1") == 0) ||
1346+
(strcmp(pParam, "-cl-std=CL3.0") == 0) ||
13461347
(strcmp(pParam, "-cl-uniform-work-group-size") == 0) || //it's work only for OCL version greater than 1.2
13471348
(strcmp(pParam, "-cl-kernel-arg-info") == 0) ||
13481349
(strncmp(pParam, "-x", 2) == 0) ||

0 commit comments

Comments
 (0)