SWDEV-535490 - Improve logging (#441)

- Include HIP version/githash in the logs
- Add a new method to print library path

[ROCm/clr commit: 5d53c83806]
此提交包含在:
Kudchadker, Saleel
2025-06-24 13:00:00 -07:00
提交者 GitHub
父節點 4383a50bd9
當前提交 3c9f80b4e4
共有 6 個檔案被更改,包括 34 行新增4 行删除
-1
查看文件
@@ -30,7 +30,6 @@ bool Comgr::is_ready_ = false;
bool Comgr::LoadLib(bool is_versioned) {
#if defined(COMGR_DYN_DLL)
ClPrint(amd::LOG_INFO, amd::LOG_CODE, "Loading COMGR library.");
if (is_versioned) {
#if defined(HIP_MAJOR_VERSION) && defined(HIP_MAJOR_VERSION)