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: 5172a58
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: 02b7655
Choose a head ref
  • 6 commits
  • 21 files changed
  • 1 contributor

Commits on Dec 11, 2025

  1. feature: Add zelGetLoaderVersion, allowing for query of Loader Versio…

    …n without init (#396)
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    e64ee71 View commit details
    Browse the repository at this point in the history
  2. Fix minor performance issues with variable copy (#394)

    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    86cb7fc View commit details
    Browse the repository at this point in the history
  3. feature: Add zelGetTracingLayerState to query if tracing is enabled (#…

    …397)
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    fb5118b View commit details
    Browse the repository at this point in the history
  4. Checker: System Resource Monitor (#400)

    - New ZEL_ENABLE_SYSTEM_RESOURCE_TRACKER_CHECKER which enables for users
      to track the system resource usage with relation to Level Zero apis.
    - Can log to a level zero logger file or to a .csv for plotting using
      the included plot_resource_tracker.py
    - Currently limited to Linux support.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    46a558f View commit details
    Browse the repository at this point in the history
  5. Fix minor performance issue with leak checker destroy (#401)

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

Commits on Dec 16, 2025

  1. Fix Linux Distro discovery paths (#402)

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