intel / xpumanager

MIT License
87 stars 18 forks source link

Dump FW versions. #70

Closed Solaris17 closed 7 months ago

Solaris17 commented 8 months ago

This is more of a feature request. Is it possible to add the ability to dump the FW versions so fleets of cards can be maintained when new drivers or editions are released? Is it possible to add this to IGSC/L?

Regards.

huiqiwa commented 8 months ago

Hi @Solaris17 You could run xpumcli discovery --dump 9,10 or xpumcli discovery -d 0 to get GFX FW version. And for AMC FW version, you could use xpumcli discovery --listamcversions. If you are using xpu-smi, please replace "xpumcli" with "xpu-smi" in the above command. xpu-smi also supports showing firmware version.