P4 to Git Change 1490442 by emankov@em-rocm-vdi on 2017/12/05 10:16:50
SWDEV-119491 - Remove WITH_LIGHTNING_COMPILER guard as unnecessary Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#78 edit
Este cometimento está contido em:
@@ -283,15 +283,12 @@ aclType Program::getNextCompilationStageFromBinary(amd::option::Options* options
|
||||
completeStages.pop_back();
|
||||
}
|
||||
}
|
||||
}
|
||||
#if defined(WITH_LIGHTNING_COMPILER)
|
||||
else {
|
||||
} else {
|
||||
const char* xLang = options->oVariables->XLang;
|
||||
if (xLang != nullptr && strcmp(xLang, "asm") == 0) {
|
||||
continueCompileFrom = ACL_TYPE_ASM_TEXT;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return continueCompileFrom;
|
||||
}
|
||||
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador