Process symbols with 0 address
Change-Id: I9ed943a8ccd3b103edd6aba8264c009d8cda29fa
[ROCm/ROCR-Runtime commit: 7001134757]
This commit is contained in:
committed by
Konstantin Zhuravlyov
parent
59e91f0be8
commit
dde11e307d
@@ -1301,8 +1301,6 @@ hsa_status_t ExecutableImpl::LoadDefinitionSymbol(hsa_agent_t agent,
|
||||
}
|
||||
|
||||
uint64_t address = SymbolAddress(agent, sym);
|
||||
if (!address) { return HSA_STATUS_ERROR_INVALID_CODE_OBJECT; }
|
||||
|
||||
SymbolImpl *symbol = nullptr;
|
||||
if (string_ends_with(sym->GetSymbolName(), ".kd")) {
|
||||
// V3.
|
||||
|
||||
Reference in New Issue
Block a user