tenstorrent / tt-kmd

Tenstorrent Kernel Module
GNU General Public License v2.0
28 stars 6 forks source link

Fix power magnitude #6

Closed joelsmithTT closed 5 months ago

joelsmithTT commented 5 months ago

Fixes https://github.com/tenstorrent/tt-kmd/issues/5

Example sensors output:

grayskull-pci-a100
Adapter: PCI adapter
vcore:       740.00 mV (max =  +0.93 V)
asic_temp:    +23.6°C  (high = +75.0°C)
power:         3.00 W  (max = 170.00 W)
current:       6.00 A  (max = +300.00 A)

wormhole-pci-6100
Adapter: PCI adapter
vcore1:      850.00 mV (max =  +0.95 V)
asic1_temp:   +57.1°C  (high = +75.0°C)
power1:       21.00 W  (max =  85.00 W)
current1:     25.00 A  (max = +160.00 A)
olofj commented 5 months ago

Thanks, Andrew. I wasn't sure if we wanted to merge "out here" and mirror it in, vs merging on gitlab and mirror out. I do think we should probably pivot to having the github repos as the main ones, and the internal ones as mirrors, so I'm all for doing it this way.