Skip to content

gpu/nvidia: Store memory values as bytes

Arjen Hiemstra requested to merge work/ahiemstra/nvidiamem into master

The "all gpus" aggregate sensors use bytes as unit. However, the NVidia sensors are set to use megabytes. This results in the aggregate sensor using an incorrect and too low value for the "all gpu" sensors. So instead, make sure to store the value for NVidia sensors as bytes so aggregation is correct.

BUG: 477687

Merge request reports