From 72cb59819063ef34cb264760cd08ad4568e6c3a9 Mon Sep 17 00:00:00 2001 From: Swati Rawat <120587655+SwRaw@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:18:17 +0530 Subject: [PATCH] Update docs/how-to/rocm-for-ai/system-setup/prerequisite-system-validation.rst Co-authored-by: peterjunpark --- .../rocm-for-ai/system-setup/prerequisite-system-validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/rocm-for-ai/system-setup/prerequisite-system-validation.rst b/docs/how-to/rocm-for-ai/system-setup/prerequisite-system-validation.rst index c74822ec6..fdc4d469f 100644 --- a/docs/how-to/rocm-for-ai/system-setup/prerequisite-system-validation.rst +++ b/docs/how-to/rocm-for-ai/system-setup/prerequisite-system-validation.rst @@ -31,7 +31,7 @@ in the Instinct documentation for more information. Hardware verification with ROCm ------------------------------- -Use the command ``rocm-smi --setperfdeterminism 1900`` to set the max clock speed up to 1900 MHz +Use the command ``amd-smi set --perf-determinism 1900`` to set the max clock speed up to 1900 MHz instead of the default 2100 MHz. This can reduce the chance of a PCC event lowering the attainable GPU clocks. This setting will not be required for new IFWI releases with the production PRC feature. You can restore this setting to its default value with the ``rocm-smi -r`` command.