Skip to content

Add new NVIDIA sensor that combines NVML and Tegra

Bram Veenboer requested to merge add-nvidia into master

When measuring power on NVIDIA devices, one typically uses either the Tegra or the NVML sensor, depending on the type of device. To make this simpler, the NVIDIA sensor has been added that atomically and transparently picks the appropriate sensor. This sensor requires at least either PMT_BUILD_NVML=1 or PMT_BUILD_TEGRA=1.

Edited by Bram Veenboer

Merge request reports