cuda-smi icon indicating copy to clipboard operation
cuda-smi copied to clipboard

can it show egpu temperature?

Open ddqp opened this issue 8 years ago • 2 comments

ddqp avatar Dec 28 '17 02:12 ddqp

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.

Blackskyliner avatar Jan 16 '18 20:01 Blackskyliner

thanks, I will check it later!!

ddqp avatar Jan 17 '18 01:01 ddqp