Added support for the NVML (NVIDIA Management Library). Added support for power and PCIE throughput sensors on NVIDIA GPUs.

This commit is contained in:
Michael Möller
2020-02-20 22:07:03 +01:00
parent 0a8923a998
commit 8e9bea8b6c
10 changed files with 366 additions and 40 deletions

View File

@@ -94,6 +94,7 @@
<Compile Include="Hardware\LPC\NCT677X.cs" />
<Compile Include="Hardware\Mainboard\GigabyteTAMG.cs" />
<Compile Include="Hardware\Mainboard\Identification.cs" />
<Compile Include="Hardware\Nvidia\NVML.cs" />
<Compile Include="Hardware\Opcode.cs" />
<Compile Include="Hardware\OperatingSystem.cs" />
<Compile Include="Hardware\RAM\GenericRAM.cs" />