-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: oneapi-src/level-zero
base: v1.30.0
head repository: oneapi-src/level-zero
compare: v1.31.0
- 10 commits
- 26 files changed
- 5 contributors
Commits on Jun 10, 2026
-
Fix .mako drift from actual headers (#475)
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 51d759d - Browse repository at this point
Copy the full SHA 51d759dView commit details
Commits on Jun 11, 2026
-
feature: Add more APIs to L0 Sysman python binding (#462)
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 15. zesFrequencyGetProperties Signed-off-by: Aviral Nigam <aviral.nigam@intel.com>
Configuration menu - View commit details
-
Copy full SHA for ddef768 - Browse repository at this point
Copy the full SHA ddef768View commit details -
Attempt to retry if docker.io timesout (#474)
This won't fix network outages, but it may self heal for smaller network transient outages. Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Configuration menu - View commit details
-
Copy full SHA for f4020d1 - Browse repository at this point
Copy the full SHA f4020d1View commit details
Commits on Jun 12, 2026
-
update the README.md for pyzes release (#479)
update the README.md for pyzes release Signed-off-by: shubham kumar <shubham.kumar@intel.com>
Configuration menu - View commit details
-
Copy full SHA for a489a42 - Browse repository at this point
Copy the full SHA a489a42View commit details -
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 7863acd - Browse repository at this point
Copy the full SHA 7863acdView commit details -
feature: Enable System Resource Tracker on Windows (#457)
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 8cec1d2 - Browse repository at this point
Copy the full SHA 8cec1d2View commit details -
Removed unnused size_t for to_string in 32b compiles (#476)
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5d62b2e - Browse repository at this point
Copy the full SHA 5d62b2eView commit details -
Use PROJECT_*_DIR instead of CMAKE_*_DIR to support subproject builds (…
…#458) Replace CMAKE_[SOURCE/BINARY]_DIR usage with PROJECT_[SOURCE/BINARY]_DIR to support subproject builds. This helps make the project usable as a subproject (e.g. via add_subdirectory or FetchContent) without polluting the parent build tree. Signed-off-by: Schilling, Matthew <matthew.schilling@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 75dc1fd - Browse repository at this point
Copy the full SHA 75dc1fdView commit details
Commits on Jun 18, 2026
-
(fix)logger use-after-free in ZeLogger during teardown (#483)
Replace the thread_local std::string line/tid buffers with POD thread_local char buffers, so log calls that arrive during exit teardown no longer write into freed memory. Also add stand alone ASan regression test. Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Configuration menu - View commit details
-
Copy full SHA for fd1706e - Browse repository at this point
Copy the full SHA fd1706eView commit details
Commits on Jun 22, 2026
-
Patch release for 1.31.0 (#488)
+ChangeLog.md, GUID and version update Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 87a396d - Browse repository at this point
Copy the full SHA 87a396dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.30.0...v1.31.0