intel / xpumanager

MIT License
87 stars 18 forks source link

XPUM reports (obviously) invalid GPU request values #38

Closed eero-t closed 1 year ago

eero-t commented 1 year ago

XPUM V1.2.7 reports "18446744073709552000 MHz" as GPU request value (this was for machine having both CFL iGPU and DG2 dGPU).

I think it does not handle correctly negative values mentioned in the spec: https://spec.oneapi.io/level-zero/latest/sysman/api.html#zes-freq-state-t

When Sysman reports value to be unknown, XPUM should just ignore it.

fmiao2372 commented 1 year ago

We will fix it in the next sprint. Thanks.