From 5244e69b536f437a2917866a6b82fa2d4fadc261 Mon Sep 17 00:00:00 2001 From: Z Date: Thu, 26 Jun 2025 23:09:03 -0400 Subject: [PATCH] Fix typo in dcgm_fields.py --- testing/python3/dcgm_fields.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/python3/dcgm_fields.py b/testing/python3/dcgm_fields.py index d7a3bbeb..a712f82e 100644 --- a/testing/python3/dcgm_fields.py +++ b/testing/python3/dcgm_fields.py @@ -240,8 +240,8 @@ DCGM_FI_DEV_TOTAL_BASE_CLOCKS_VIOLATION = 247 #Base Clocks Violation time in usec. #Framebuffer usage DCGM_FI_DEV_FB_TOTAL = 250 #Total framebuffer memory in MB -DCGM_FI_DEV_FB_FREE = 251 #Total framebuffer used in MB -DCGM_FI_DEV_FB_USED = 252 #Total framebuffer free in MB +DCGM_FI_DEV_FB_FREE = 251 #Total framebuffer free in MB +DCGM_FI_DEV_FB_USED = 252 #Total framebuffer used in MB DCGM_FI_DEV_FB_RESERVED = 253 #Total framebuffer reserved in MB # C2C Link Information (Grace-Hopper) DCGM_FI_DEV_C2C_LINK_COUNT = 285 # C2C Link Count