Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Should zesDeviceEnumPowerDomains return 0 for Integrated GPUs? #175

Open
roaa2ammar opened this issue Jul 25, 2024 · 0 comments
Labels
question Further information is requested

Comments

@roaa2ammar
Copy link

Currently I am working with the Sysman API to measure power consumption and I am encountering an issue where zesDeviceEnumPowerDomains returns 0 consistently when running it on an integrated GPU (Device: Intel(R) UHD Graphics 770). However, when running on a discrete GPU it returns 1 (Device: Intel(R) Arc(TM) A770 Graphics).

I am working on Linux for both GPUs and driver version: 24.13.29138.29 for both.

Is this expected behaviour for integrated GPUs to return 0 power domains with zesDeviceEnumPowerDomains?

If so, is there an alternative way to measure the power consumption of integrated GPUs using the Level Zero API?

Thanks

@lisanna-dettwyler lisanna-dettwyler added the question Further information is requested label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants