From 31df8b46bd8f7d9811fea15e929eef639a6f367c Mon Sep 17 00:00:00 2001 From: Justin Williams Date: Mon, 16 Jun 2025 15:16:22 -0500 Subject: [PATCH] Adjusted amd-smi set --compute-partition docs Signed-off-by: Justin Williams [ROCm/amdsmi commit: 81d58f06d181105579e19a2a6213c2d377b86a0a] --- projects/amdsmi/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/amdsmi/CHANGELOG.md b/projects/amdsmi/CHANGELOG.md index 6dfce72a9e..e36fcdc4b9 100644 --- a/projects/amdsmi/CHANGELOG.md +++ b/projects/amdsmi/CHANGELOG.md @@ -1906,7 +1906,7 @@ amdsmi_set_gpu_memory_partition(amdsmi_processor_handle processor_handle, amdsmi_memory_partition_type_t memory_partition); ``` -- **amd-smi set --compute-partition "SPX/DPX/CPX..." will no longer be supported for ROCm 6.4**. +- **`amd-smi set --compute-partition` "SPX/DPX/CPX..." will modified to accept profile IDs in ROCm 6.4**. - This is due to aligning with Host setups and providing more robust partition information through the APIs outlined above. Furthermore, new APIs which will be available on both BM/Host can set by profile ID. (functionality coming soon!) - **Added preliminary `amd-smi partition` command**.