[SWDEV-555807] TestCudaMallocAsync test power draw failing (#755)

* Clarified comments regarding power limit retrieval and its support on virtualized systems.
* Change unsupported comment to UINT32_MAX

---------

Signed-off-by: josnarlo <Joseph.Narlo@amd.com>
Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com>

[ROCm/amdsmi commit: 460cfcba1f]
This commit is contained in:
Narlo, Joseph
2025-10-17 08:57:57 -05:00
committed by GitHub
parent baa8fa3042
commit 5ec7b213e4
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -1085,6 +1085,8 @@ typedef struct {
/**
* @brief Power Information
*
* Unsupported struct members are set to UINT32_MAX
*
* @cond @tag{gpu_bm_linux} @endcond
*/
typedef struct {
@@ -6259,9 +6261,10 @@ amdsmi_get_gpu_activity(amdsmi_processor_handle processor_handle, amdsmi_engine_
*
* @ingroup tagGPUMonitor
*
* @platform{gpu_bm_linux} @platform{host} @platform{guest_windows}
* @platform{gpu_bm_linux} @platform{host} @platform{guest_windows} @platform{guest_1vf}
*
* @note amdsmi_power_info_t::socket_power metric can rarely spike above the socket power limit in some cases
* @note unsupported struct members are set to UINT32_MAX
*
* @param[in] processor_handle PF of a processor for which to query
*