intel / xpumanager

MIT License
87 stars 18 forks source link

request: info per subdevice #39

Closed jxy closed 1 year ago

jxy commented 1 year ago

Since each device may have multiple subdevices, it would be extremely useful if we can have info per subdevice. For example the output of xpu-smi ps could have an option to display per subdevice info, and other tools that have -d,--device option could accept <num>.<num> for specifying subdevices.

fmiao2372 commented 1 year ago

xpu-smi stats and dump subcommand can show subdevice metrics. But currently, xpu smi ps can only display device level info throught sysfs/i915.

jxy commented 1 year ago

Did you close it because xpu-smi ps and xpu-smi dump may show per tile info now?