SWDEV-404940 - Pass -cl-uniform-work-group-size to clang

Change-Id: I460dd848d439204e60f618669aef86f77e094c1a
This commit is contained in:
German
2023-06-19 17:06:21 -04:00
committed by Rahul Garg
parent 03bfa61684
commit f13988b88b
+4
View File
@@ -884,6 +884,10 @@ processOption(int OptDescTableIx, Options& Opts, const std::string& Value,
}
break;
case OID_UniformWorkGroupSize:
Opts.clangOptions.push_back("-cl-uniform-work-group-size");
break;
case OID_WorkGrpSize:
// -wgs=x[,y[,z]]. The default for missing part is 1.
if (sval) {