[SWDEV-536184] Removed extra debug print statement (#447)
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com> Signed-off-by: Pham, Gabriel <Gabriel.Pham@amd.com>
This commit is contained in:
@@ -4074,7 +4074,6 @@ rsmi_dev_memory_usage_get(uint32_t dv_ind, rsmi_memory_type_t mem_type,
|
||||
|
||||
// Fallback to KFD reported memory if no VRAM or sysfs read fails
|
||||
if (mem_type == RSMI_MEM_TYPE_VRAM && (*used == 0 || ret != RSMI_STATUS_SUCCESS)) {
|
||||
std::cout << "fell back to KFD node" << std::endl;
|
||||
GET_DEV_AND_KFDNODE_FROM_INDX
|
||||
uint64_t total = 0;
|
||||
ret = get_dev_value_int(amd::smi::kDevMemTotVRAM, dv_ind, &total);
|
||||
|
||||
Reference in New Issue
Block a user