cuda-smi
cuda-smi copied to clipboard
can it show egpu temperature?
As this project does not use nvml but the CUDA runtime api, I guess the answer is no as it can't be read. The current CUDA also does not ship with nvml headers/bindings so it would raise a new dependency I guess.
You could however use something like gem install --user iStats and then let it scan for new keys /Users/YourUserName/.gem/ruby/2.0.0/bin/iStats scan and then enable the newly found GPU temperature key. At least its somehow CLI parseble... It works for my setup, it may do for yours.
thanks, I will check it later!!