Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oneapi-src/level-zero
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.30.0
Choose a base ref
...
head repository: oneapi-src/level-zero
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.0
Choose a head ref
  • 10 commits
  • 26 files changed
  • 5 contributors

Commits on Jun 10, 2026

  1. Fix .mako drift from actual headers (#475)

    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored Jun 10, 2026
    Configuration menu
    Copy the full SHA
    51d759d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. 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>
    aviralni authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    ddef768 View commit details
    Browse the repository at this point in the history
  2. 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>
    rwmcguir authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    f4020d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. update the README.md for pyzes release (#479)

    update the README.md for pyzes release
    
    Signed-off-by: shubham kumar <shubham.kumar@intel.com>
    shubskmr authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    a489a42 View commit details
    Browse the repository at this point in the history
  2. Static Analysis Fixes (#478)

    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    7863acd View commit details
    Browse the repository at this point in the history
  3. feature: Enable System Resource Tracker on Windows (#457)

    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    8cec1d2 View commit details
    Browse the repository at this point in the history
  4. Removed unnused size_t for to_string in 32b compiles (#476)

    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    5d62b2e View commit details
    Browse the repository at this point in the history
  5. 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>
    mschilling0 authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    75dc1fd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. (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>
    rwmcguir authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    fd1706e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Patch release for 1.31.0 (#488)

    +ChangeLog.md, GUID and version update
    
    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    87a396d View commit details
    Browse the repository at this point in the history
Loading