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

Change-Id: I460dd848d439204e60f618669aef86f77e094c1a


[ROCm/clr commit: f13988b88b]
This commit is contained in:
German
2023-06-19 17:06:21 -04:00
committed by Rahul Garg
parent 8b0ba068d3
commit 00b9c77a3a
@@ -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) {