Stephen Horvath
Stephen Horvath
Hi @leander091, alright, thanks for checking!
> Some GPU driver (like intel) don't provide mean utilization rate, we extrapolate it between two updates using the sum of the time spent by the GPU for each process...
I think this is a duplicate of #371, and the memory clock isn't supported by the Intel driver.
Did you mean to use intel-extension-for-pytorch? Like did you accidentally come across this, or do you have ipex installed and wish to use it? Using `--device cpu` on it's own...
Hi @cyear, > Hello, how can I see the temperature and power consumption? Temperature isn't exposed by the driver so it wouldn't be easy to show it, and power consumption...
Hi @Syllo, > Thanks for your patch! No worries! > I've reintroduced the temporary devices to avoid cached queries from the libsystemd/libudev. Cool thanks, I was confused why they were...
Just realised, this is a duplicate of #790. Although this is slightly better in that it uses logical and (`&&`), instead of bitwise and (`&`), so I guess I'll leave...