Skip to content

Commit 89e7e07

Browse files
authored
Fix typos (#21953)
1 parent 01942f6 commit 89e7e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gpu/metadata.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gpu.clock.throttle_reasons.display_clock_setting,gauge,,,,GPU clocks that are th
1212
gpu.clock.throttle_reasons.gpu_idle,gauge,,,,GPU clocks that are throttled due to the GPU being idle,0,gpu,clock.throttle_reasons.gpu_idle,,
1313
gpu.clock.throttle_reasons.none,gauge,,,,GPU clocks that are not throttled,0,gpu,clock.throttle_reasons.none,,
1414
gpu.clock.throttle_reasons.sw_power_cap,gauge,,,,GPU clocks that are throttled to avoid exceeding power limits,0,gpu,clock.throttle_reasons.sw_power_cap,,
15-
gpu.clock.throttle_reasons.sw_thermal_slowdown,gauge,,,,GPU clocks that are throttled to avoid exceeding temperaturelimits,0,gpu,clock.throttle_reasons.sw_thermal_slowdown,,
15+
gpu.clock.throttle_reasons.sw_thermal_slowdown,gauge,,,,GPU clocks that are throttled to avoid exceeding temperature limits,0,gpu,clock.throttle_reasons.sw_thermal_slowdown,,
1616
gpu.clock.throttle_reasons.sync_boost,gauge,,,,GPU clocks that are throttled to match clock speed of another GPU in the current sync boost group,0,gpu,clock.throttle_reasons.sync_boost,,
1717
gpu.core.limit,gauge,,core,,Number of GPU cores that the process/container/device has available,0,gpu,core.limit,,
1818
gpu.decoder_utilization,gauge,,percent,,Percentage of time the decoder was active,0,gpu,decoder_utilization,,
@@ -48,8 +48,8 @@ gpu.nvlink.throughput.data.tx,gauge,,kilobyte,second,TX data throughput of all N
4848
gpu.nvlink.throughput.raw.rx,gauge,,kilobyte,second,RX raw throughput of all NVLINK links,0,gpu,nvlink.throughput.raw.rx,,
4949
gpu.nvlink.throughput.raw.tx,gauge,,kilobyte,second,TX raw throughput of all NVLINK links,0,gpu,nvlink.throughput.raw.tx,,
5050
gpu.pci.replay_counter,count,,,,PCI replay counter,0,gpu,pci.replay_counter,,
51-
gpu.pci.throughput.rx,gauge,,byte,second,Bytes received through PCI from the GPU device per second,0,gpu,pci.throughput.rx,,
52-
gpu.pci.throughput.tx,gauge,,byte,second,Bytes transmitted through PCI to the GPU device per second,0,gpu,pci.throughput.tx,,
51+
gpu.pci.throughput.rx,gauge,,byte,second,Bytes received through PCI to the GPU device per second,0,gpu,pci.throughput.rx,,
52+
gpu.pci.throughput.tx,gauge,,byte,second,Bytes transmitted through PCI from the GPU device per second,0,gpu,pci.throughput.tx,,
5353
gpu.performance_state,gauge,,,,Returns the current performance state of the device,0,gpu,performance_state,,
5454
gpu.power.management_limit,gauge,,milliwatt,,Upper boundary for the device power draw.,0,gpu,power.management_limit,,
5555
gpu.power.usage,gauge,,milliwatt,,"Power usage for the GPU device. On GA100 and older architectures this is the instantaneous power at that moment, in newer ones it represents the average power draw over one second",0,gpu,power.usage,,

0 commit comments

Comments
 (0)