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: d562046
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: 2938500
Choose a head ref
  • 8 commits
  • 33 files changed
  • 3 contributors

Commits on Jan 13, 2026

  1. Added tests for Loader Driver interaction conformance for Sysman Modu…

    …les (#409)
    
    Added tests for the Sysman Device, Engine and Memory Modules
    
    Signed-off-by: Pratik Bari <pratik.bari@intel.com>
    pratikbariintel authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    b313227 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Expand Loader API Documentation to be more detailed (#410)

    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    f096108 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Update Tracing Layer Documentation for the expanded support (#414)

    - Fix the Tracing Layer Readme to outline the full feature set as of
      additions including dynamic tracing enable/disable and query of
    tracing state and additional clarifications.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    182ff91 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. fix memory leaks in loader (#417)

    Related-To: NEO-17220
    
    Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
    vishnu-khanth authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    787d016 View commit details
    Browse the repository at this point in the history
  2. Ensure explicit multidriver teardown during context destroy (#416)

    - When multiple drivers are present, delayed init did not always update
      the handles in the alldrivers such that the drivers were unloaded at
    teardown. To fix this, the loader now creates a unique list of driver
    library handles opened during the process that need to be released
    during context destruction.
    - Unit tests added to ensure this functionality continues to operate
      correctly.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    337e9ab View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Loader Driver Interaction conformance tests for Sysman Modules (#411)

    Added tests for the following Sysman modules
    Diagnostics, ECC, Events, Fabric, Fan, Firmware, Frequency, Led,
    Performance, Power, Psu, Ras, Scheduler, Standby, Temperature and
    Overclock
    
    Related-To: NEO-15551
    
    Signed-off-by: Pratik Bari <pratik.bari@intel.com>
    pratikbariintel authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    8270cbd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Loader Driver Interaction conformance tests for Sysman Exp and Ext AP…

    …Is (#418)
    
    Added tests for PciLinkSpeedDowngrade, PowerLimits, RasState,
    Firmwaresecurityversion, SysmanDeviceMapping functions which includes
    the specs experimental and the extension APIs.
    
    Related-To: NEO-15551
    
    Signed-off-by: Pratik Bari <pratik.bari@intel.com>
    pratikbariintel authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    26ce6a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. feature: Update to support L0 Spec v1.15.31 (#422)

    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    2938500 View commit details
    Browse the repository at this point in the history
Loading