Skip to content

feature: Add more APIs to L0 Sysman python binding#462

Open
aviralni wants to merge 17 commits into
oneapi-src:masterfrom
aviralni:master
Open

feature: Add more APIs to L0 Sysman python binding#462
aviralni wants to merge 17 commits into
oneapi-src:masterfrom
aviralni:master

Conversation

@aviralni

@aviralni aviralni commented May 19, 2026

Copy link
Copy Markdown
Contributor

Related-To: NEO-18602

Added following APIs to python binding:

  1. zesDevicePciGetProperties
  2. zesDevicePciGetStats
  3. zesDeviceEccAvailable
  4. zesDeviceEccConfigurable
  5. zesDeviceGetEccState
  6. zesDeviceSetEccState
  7. zesPowerGetLimitsExt
  8. zesPowerSetLimitsExt
  9. zesFrequencyGetAvailableClocks
  10. zesFrequencyGetRange
  11. zesFrequencySetRange
  12. zesFrequencyGetThrottleTime
  13. zesDevicePciGetState
  14. zesPowerGetProperties

Signed-off-by: Aviral Nigam aviral.nigam@intel.com

@shubskmr

Copy link
Copy Markdown
Contributor

ULT coverage flow seems to be failing please take a look, from he logs it seems that you have not run the formatting tool black.

@shubskmr shubskmr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks okay to me please add the output in the NEO and make the githu actions pass

aviralni added 5 commits May 25, 2026 16:03
Related-To: NEO-18602

Add following apis to python:
1. zesFrequencyGetProperties
2. zesPowerGetProperties
3. zesPowerGetUsage

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Add following apis to python:
1. zesFrequencyGetProperties
2. zesPowerGetProperties
3. zesPowerGetUsage

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Add following apis to python:
1. zesFrequencyGetProperties
2. zesPowerGetProperties
3. zesPowerGetUsage

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Add following apis to python:
1. zesFrequencyGetProperties
2. zesPowerGetProperties
3. zesPowerGetUsage

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Add following apis to python:
1. zesFrequencyGetProperties
2. zesPowerGetProperties
3. zesPowerGetUsage

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
@rwmcguir

rwmcguir commented May 26, 2026

Copy link
Copy Markdown
Contributor

Be aware we are in process of updating L0 Loader to Spec v1.16, code review in progress. Pending when this passes CI it may require you to rebase. #464

aviralni added 8 commits May 27, 2026 11:45
Related-To: NEO-18575

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18575

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Added following APIs to python binding:

1. zesDevicePciGetProperties
2. zesDevicePciGetStats
3. zesDeviceEccAvailable
4. zesDeviceEccConfigurable
5. zesDeviceGetEccState
6. zesDeviceSetEccState
7. zesPowerGetLimitsExt
8. zesPowerSetLimitsExt
9. zesFrequencyGetAvailableClocks
10. zesFrequencyGetRange
11. zesFrequencySetRange
12. zesFrequencyGetThrottleTime

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Added following APIs to python binding:

1. zesDevicePciGetProperties
2. zesDevicePciGetStats
3. zesDeviceEccAvailable
4. zesDeviceEccConfigurable
5. zesDeviceGetEccState
6. zesDeviceSetEccState
7. zesPowerGetLimitsExt
8. zesPowerSetLimitsExt
9. zesFrequencyGetAvailableClocks
10. zesFrequencyGetRange
11. zesFrequencySetRange
12. zesFrequencyGetThrottleTime

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Added following APIs to python binding:

1. zesDevicePciGetProperties
2. zesDevicePciGetStats
3. zesDeviceEccAvailable
4. zesDeviceEccConfigurable
5. zesDeviceGetEccState
6. zesDeviceSetEccState
7. zesPowerGetLimitsExt
8. zesPowerSetLimitsExt
9. zesFrequencyGetAvailableClocks
10. zesFrequencyGetRange
11. zesFrequencySetRange
12. zesFrequencyGetThrottleTime
13. zesDevicePciGetState

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Added following APIs to python binding:

1. zesDevicePciGetProperties
2. zesDevicePciGetStats
3. zesDeviceEccAvailable
4. zesDeviceEccConfigurable
5. zesDeviceGetEccState
6. zesDeviceSetEccState
7. zesPowerGetLimitsExt
8. zesPowerSetLimitsExt
9. zesFrequencyGetAvailableClocks
10. zesFrequencyGetRange
11. zesFrequencySetRange
12. zesFrequencyGetThrottleTime
13. zesDevicePciGetState
14. zesPowerGetProperties

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Related-To: NEO-18602

Added following APIs to python binding:

1. zesDevicePciGetProperties
2. zesDevicePciGetStats
3. zesDeviceEccAvailable
4. zesDeviceEccConfigurable
5. zesDeviceGetEccState
6. zesDeviceSetEccState
7. zesPowerGetLimitsExt
8. zesPowerSetLimitsExt
9. zesFrequencyGetAvailableClocks
10. zesFrequencyGetRange
11. zesFrequencySetRange
12. zesFrequencyGetThrottleTime
13. zesDevicePciGetState
14. zesPowerGetProperties

Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
@shubskmr

shubskmr commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Please rebase so the new checker can run as part of github action as well

@rwmcguir

rwmcguir commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Just so you know why the CI is breaking, github updated the windows-latest image we use to build and broke our command line invocation for Studio VS 2017.. I have a fix in the works, but not likely to get merged until tomorrow... This is why all the Windows builds are failing.. Thank you Microsoft.

Once I have this in, you'll need to rebase to get the CI changes in your PR.

@rwmcguir

rwmcguir commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

CI has been fixed, please rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants