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.28.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.28.2
Choose a head ref
  • 6 commits
  • 48 files changed
  • 3 contributors

Commits on Feb 5, 2026

  1. Reduce impact of tracing layer enabled with no tracers (#413)

    - Added calls to check the existence of active tracers and callbacks
      before generating tracing such that the impact of tracing is reduced
    until enabled.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    b9dd43c View commit details
    Browse the repository at this point in the history
  2. Update the tracing of APIs in the validation layer with params (#404)

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

Commits on Feb 14, 2026

  1. Add performance validation layer (#427)

    Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
    MichalMrozek authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    a6208a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. feature: Add support for sysman python bindings (#420)

    Signed-off-by: shubham kumar <shubham.kumar@intel.com>
    shubskmr authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    e3749a1 View commit details
    Browse the repository at this point in the history
  2. feature: Improve API Call Tracing and add ults (#425)

    - Updated API Call Tracing to dereference [out] parameters when the api
      call succeeds for tracking output structures.
    - Updated spdlog trace to output the thread id in the log string and
      have the log string to be configurable.
    - Add ULTs for the validation layer api tracing to ensure stability.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    230d371 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. fix: log successful apis in the validation layer only if verbose is s…

    …et (#428)
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    6369d8d View commit details
    Browse the repository at this point in the history
Loading