From 950ba44df5d29c1c0361c29d9aa176975aa05d8e Mon Sep 17 00:00:00 2001 From: gabrpham_amdeng Date: Mon, 28 Apr 2025 14:46:11 -0500 Subject: [PATCH] [SWDEV-529889] Fixed incorrect vendor_id reporting in amdsmi_get_gpu_asic_info Signed-off-by: gabrpham_amdeng [ROCm/amdsmi commit: 59f0f3f9eb74be7ad661c45f11a378ee9c00f51b] --- projects/amdsmi/rocm_smi/src/rocm_smi.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/amdsmi/rocm_smi/src/rocm_smi.cc b/projects/amdsmi/rocm_smi/src/rocm_smi.cc index a46bd2ec4f..7d51370754 100644 --- a/projects/amdsmi/rocm_smi/src/rocm_smi.cc +++ b/projects/amdsmi/rocm_smi/src/rocm_smi.cc @@ -1012,7 +1012,6 @@ rsmi_dev_subsystem_id_get(uint32_t dv_ind, uint16_t *id) { rsmi_status_t rsmi_dev_vendor_id_get(uint32_t dv_ind, uint16_t *id) { - // need to get this to fall back to kfd if sysfs doesn't work std::ostringstream ss; ss << __PRETTY_FUNCTION__ << "| ======= start ======="; LOG_TRACE(ss);