P4 to Git Change 1610362 by gandryey@gera-w8 on 2018/09/25 11:39:08

SWDEV-79445 - OCL generic changes and code clean-up
	- Attempt to fix HIP failures with VDI/ROCm

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#4 edit
このコミットが含まれているのは:
foreman
2018-09-25 11:48:56 -04:00
コミット dfe166ffc1
+1 -3
ファイルの表示
@@ -1352,9 +1352,7 @@ aclType Program::getNextCompilationStageFromBinary(amd::option::Options* options
if (recompile) {
while (!completeStages.empty()) {
continueCompileFrom = completeStages.back();
if (continueCompileFrom == ACL_TYPE_SPIRV_BINARY ||
continueCompileFrom == ACL_TYPE_LLVMIR_BINARY ||
continueCompileFrom == ACL_TYPE_SPIR_BINARY ||
if (continueCompileFrom == ACL_TYPE_LLVMIR_BINARY ||
continueCompileFrom == ACL_TYPE_DEFAULT) {
break;
}