2
0

P4 to Git Change 1977826 by kzhuravl@kzhuravl-spot-ocl on 2019/08/02 14:18:50

SWDEV-79445 - OCL generic changes and code clean-up

	Fix non-comgr path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#55 edit
Este cometimento está contido em:
foreman
2019-08-02 14:21:59 -04:00
ascendente bcb8d9dc48
cometimento c0a8a64fb6
+1 -1
Ver ficheiro
@@ -1766,7 +1766,7 @@ bool Program::linkImplLC(amd::option::Options* options) {
}
if (device().settings().lcWavefrontSize64_) {
codegenOptions.push_back("-mwavefrontsize64");
codegenOptions.append("-mwavefrontsize64");
}
// Tokenize the options string into a vector of strings