SWDEV-404940 - Pass -cl-uniform-work-group-size to clang
Change-Id: I460dd848d439204e60f618669aef86f77e094c1a
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user