SWDEV-280473 - Fix Windows build
Change-Id: Id1acb5ad07a6717c5866065776f9f2b3bf85be8e
[ROCm/clr commit: 2ae1b17b7c]
Tento commit je obsažen v:
@@ -1515,7 +1515,7 @@ bool HSAILProgram::linkImpl(amd::option::Options* options) {
|
||||
bool hsaLoad = true;
|
||||
// If !binaryElf_ then program must have been created using clCreateProgramWithBinary
|
||||
if (!binaryElf_) {
|
||||
continueCompileFrom = getNextCompilationStageFromBinary(options);
|
||||
continueCompileFrom = static_cast<aclType>(getNextCompilationStageFromBinary(options));
|
||||
}
|
||||
switch (continueCompileFrom) {
|
||||
case ACL_TYPE_SPIRV_BINARY:
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele