SWDEV-556684 - HSAIL cleanup (#1657)

This commit is contained in:
Pengda Xie
2025-11-08 02:22:03 -08:00
committed by GitHub
parent 5dd15e22ca
commit 93947241d0
26 changed files with 182 additions and 801 deletions
@@ -1702,7 +1702,6 @@ Program::file_type_t Program::getNextCompilationStageFromBinary(amd::option::Opt
bool recompile = false;
//! @todo Should we also check for ACL_TYPE_OPENCL & ACL_TYPE_LLVMIR_TEXT?
switch (continueCompileFrom) {
case FILE_TYPE_HSAIL_BINARY:
case FILE_TYPE_CG:
case FILE_TYPE_ISA: {
// Compare options loaded from binary with current ones, recompile if differ;