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.4
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.6
Choose a head ref
  • 10 commits
  • 20 files changed
  • 4 contributors

Commits on Apr 27, 2026

  1. Add Ubuntu specific .deb packages to CPack (#448)

    * Add Ubuntu specific .deb packages to CPack
    * Fix duplicate install when adding Canonical packages
    + Fix missing Python3 warning in CI
    
    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    609f4bb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Fix typo in build debug command line (#449)

    * Fix typo in build debug command line
    +Include Lambda's in symbol resolution
    +Disable link time optimization to help ABI -fno-lto
    
    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    32168a0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2026

  1. fix: Handle when no L0 drivers init the global ddis (#451)

    * Added handling for when a driver does not init the global ddi and
      leaves behind an empty ddi.
    * Add Unit Tests
    * Check ddiInit before reading init drivers
    * Check for pfnInit null due to zesInit possible empty ze ddi
    ---------
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit authored May 6, 2026
    Configuration menu
    Copy the full SHA
    4cbc765 View commit details
    Browse the repository at this point in the history
  2. fix: remove logging to std out during import (#450)

    Related-To: NEO-18404
    ---------
    Signed-off-by: shubham kumar <shubham.kumar@intel.com>
    shubskmr authored May 6, 2026
    Configuration menu
    Copy the full SHA
    ea2f4f4 View commit details
    Browse the repository at this point in the history
  3. fix: level zero devel package config filesystem conflict on sles (#452)

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

Commits on May 7, 2026

  1. Update for release v1.28.5 (#454)

    * Update for release v1.28.5
    
    * Add Canonical Specific packages in CPack (libze1*)
    * Add CONFLICTS, PROVIDES, REPLACES directives in packages
    * Fix: Potential bug when no L0 Drivers initialized the global DDI tables
    * Fix: Potential packaging conflict w/ -devel w/RPM against 'filesystem' package for SLES
    * Add Unit testing during CI to install/remove packages in OS specific docckers.
    
    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored May 7, 2026
    Configuration menu
    Copy the full SHA
    c757c82 View commit details
    Browse the repository at this point in the history
  2. Allow Pc File Install With Window MSI Installer (#455)

    Signed-off-by: Schilling, Matthew <matthew.schilling@intel.com>
    mschilling0 authored May 7, 2026
    Configuration menu
    Copy the full SHA
    c47981f View commit details
    Browse the repository at this point in the history
  3. fix: update version details for release (#456)

    * fix: update version details for release
    
    Signed-off-by: shubham kumar <shubham.kumar@intel.com>
    shubskmr authored May 7, 2026
    Configuration menu
    Copy the full SHA
    0f246f6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Remove unneeded RPMs and DEBs from builds (#460)

    * Remove level-zero* packages from DEB builds
    * Remove unnecessary packages from RPM builds, by accident during libze1 introduction
    * Update build-multi.yml CI to not look for level-zero*.deb
    
    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir authored May 11, 2026
    Configuration menu
    Copy the full SHA
    b94ffc4 View commit details
    Browse the repository at this point in the history
  2. Update to v1.28.6 - DEB package change

    + Remove level-zero*.deb pcakges from DEB CPack output
      This means that package output now conforms with Canoncial naming
      Proper Conflics/Replaces directives are used, so upgrade should
      be 1 time and seemless.
    + Fix pkgconfig for Windows MSI paths
    + Updated Changelog.md
    + Updated version to 1.28.6
    
    Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
    rwmcguir committed May 11, 2026
    Configuration menu
    Copy the full SHA
    fd6a69d View commit details
    Browse the repository at this point in the history
Loading