Hi @joshuaranjan,
updating intel/compute-runtime from 26.05.37020.3 to latest 26.14.37833.4 breaks zes_pci_properties_t on Intel Arc B580.
Now all 3 ways to get the maximum PCIe bandwidth are broken on Linux:
- ❌
zes_pci_stats_t::speed.gen/maxBandwidth/width return -1
- ❌
zes_pci_state_t::speed.gen/maxBandwidth/width return -1
- ❌
zes_pci_properties_t return -1
With the older version zes_pci_properties_t was still working.
My system configuration is
- Ubuntu 24.04.4 LTS
- kernel
6.17.0-22-generic
For testing, you may use https://github.com/ProjectPhysX/hw-smi
Kind regards,
Moritz
Hi @joshuaranjan,
updating intel/compute-runtime from 26.05.37020.3 to latest 26.14.37833.4 breaks
zes_pci_properties_ton Intel Arc B580.Now all 3 ways to get the maximum PCIe bandwidth are broken on Linux:
zes_pci_stats_t::speed.gen/maxBandwidth/widthreturn-1zes_pci_state_t::speed.gen/maxBandwidth/widthreturn-1zes_pci_properties_treturn-1With the older version
zes_pci_properties_twas still working.My system configuration is
6.17.0-22-genericFor testing, you may use https://github.com/ProjectPhysX/hw-smi
Kind regards,
Moritz