[SWDEV-515730] Updated set partition documentation (#151)

Signed-off-by: gabrpham <Gabriel.Pham@amd.com>
This commit is contained in:
Pham, Gabriel
2025-03-06 23:16:32 -06:00
committed by GitHub
parent c702e2833e
commit d5b2763aba
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -5338,7 +5338,8 @@ amdsmi_get_gpu_compute_partition(amdsmi_processor_handle processor_handle,
*
* @details Given a processor handle @p processor_handle, a type of compute partition
* @p compute_partition, this function will attempt to update the selected
* device's compute partition setting.
* device's compute partition setting. This function does not allow any concurrent operations.
* Device must be idle and have no workloads when performing set partition operations.
*
* @param[in] processor_handle Device which to query
*
@@ -5412,7 +5413,8 @@ amdsmi_get_gpu_memory_partition(amdsmi_processor_handle processor_handle, char *
*
* @details Given a processor handle @p processor_handle and a type of memory partition
* @p memory_partition, this function will attempt to update the selected
* device's memory partition setting.
* device's memory partition setting. This function does not allow any concurrent operations.
* Device must be idle and have no workloads when performing set partition operations.
*
* @param[in] processor_handle Device which to query
*