From 5b5d4c9a23b2ffcf9153b1780fc58f044da6d985 Mon Sep 17 00:00:00 2001 From: Nick Curtis <6463881+skyreflectedinmirrors@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:18:16 -0500 Subject: [PATCH] Update src/utils/specs.py Co-authored-by: Cole Ramos Signed-off-by: Nick Curtis <6463881+skyreflectedinmirrors@users.noreply.github.com> --- src/utils/specs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/specs.py b/src/utils/specs.py index 27af079c81..4540e08058 100644 --- a/src/utils/specs.py +++ b/src/utils/specs.py @@ -279,11 +279,11 @@ class MachineSpecs: 'unit': 'MHz'}) cur_sclk: str = field(default=None, metadata={'doc': '[RESERVED] The current engine (compute unit) clock rate of the accelerators/GPUs in the system. Unused.', - 'name': 'Max SCLK', + 'name': 'Cur SCLK', 'unit': 'MHz'}) cur_mclk: str = field(default=None, metadata={'doc': '[RESERVED] The current memory clock rate of the accelerators/GPUs in the system. Unused.', - 'name': 'Max MCLK', + 'name': 'Cur MCLK', 'unit': 'MHz'}) _l2_banks: str = None # NB: This only used in flatten_tcc_info_across_hbm_stacks() total_l2_chan: str = field(default=None, metadata={