SWDEV-379212 - Handle template kernels with hiprtc lowered names

Change-Id: Ib8e6493a1f342f92a35031d5ee39b2e22132b56a
This commit is contained in:
Satyanvesh Dittakavi
2023-07-20 15:39:46 +00:00
parent c3fc607e7d
commit dc8f66b86f
6 changed files with 40 additions and 57 deletions
+2
View File
@@ -115,6 +115,8 @@ bool Comgr::LoadLib(bool is_versioned) {
GET_COMGR_OPTIONAL_SYMBOL(amd_comgr_demangle_symbol_name)
GET_COMGR_SYMBOL(amd_comgr_populate_mangled_names)
GET_COMGR_SYMBOL(amd_comgr_get_mangled_name)
GET_COMGR_SYMBOL(amd_comgr_populate_name_expression_map)
GET_COMGR_SYMBOL(amd_comgr_map_name_expression_to_symbol_name)
is_ready_ = true;
return true;
}