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
This commit is contained in:
@@ -1766,7 +1766,7 @@ bool Program::linkImplLC(amd::option::Options* options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (device().settings().lcWavefrontSize64_) {
|
if (device().settings().lcWavefrontSize64_) {
|
||||||
codegenOptions.push_back("-mwavefrontsize64");
|
codegenOptions.append("-mwavefrontsize64");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tokenize the options string into a vector of strings
|
// Tokenize the options string into a vector of strings
|
||||||
|
|||||||
Reference in New Issue
Block a user