Merge branch 'amd-staging' into SWDEV-517156/Synchronize_Unified_and_Amdsmi_Headers

[ROCm/amdsmi commit: da6a322603]
This commit is contained in:
Narlo, Joseph
2025-02-21 15:40:08 -06:00
committed by GitHub
+4
View File
@@ -3074,6 +3074,10 @@ rsmi_dev_pci_throughput_get(uint32_t dv_ind, uint64_t *sent,
fs_rng >> *max_pkt_sz;
}
if ((sent && *sent == UINT64_MAX) || (received && *received == UINT64_MAX)){
return RSMI_STATUS_NOT_SUPPORTED;
}
return RSMI_STATUS_SUCCESS;
CATCH
}