Skip to content

Commit 3db2032

Browse files
feat(deps): update intel/intel-graphics-compiler v2.27.10 → v2.28.4 (#1081)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [intel/intel-graphics-compiler](https://redirect.github.com/intel/intel-graphics-compiler) | minor | `2.27.10` → `2.28.4` | --- ### Release Notes <details> <summary>intel/intel-graphics-compiler (intel/intel-graphics-compiler)</summary> ### [`v2.28.4`](https://redirect.github.com/intel/intel-graphics-compiler/releases/tag/v2.28.4): IGC v2.28.4 [Compare Source](https://redirect.github.com/intel/intel-graphics-compiler/compare/v2.27.10...v2.28.4) #### Known issues - IGC v2.27.10 release packages have been built with opaque pointers, however, local build sets IGC to typed pointers by default; this release still has this issue, - to enable opaque pointers in local builds pass the CMake option `-DIGC_OPTION__API_ENABLE_OPAQUE_POINTERS=ON` - the issue will be resolved in v2.29.x ([`20f3ffd`](https://redirect.github.com/intel/intel-graphics-compiler/commit/20f3ffd3c4f78489b57dc72fd8525a5ffd6944dc)) #### Fixed Issues / Improvements List of all changes: <intel/intel-graphics-compiler@v2.27.10...v2.28.4> #### Dependencies revisions | Project | Branch | Revision | | :-------------------- | :----------------- | :------------------------------------------------------------------------------------------------------------------ | | opencl-clang | `ocl-open-160` | [`7161d7c6`](https://redirect.github.com/intel/opencl-clang/commit/7161d7c6d97da80f12739cebad9bf508555bbfd9) | | SPIRV-LLVM-Translator | `llvm_release_160` | [`c13fcf6c`](https://redirect.github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/c13fcf6c5072483d50993e9175087bead3b7bf8a) | | SPIRV-Tools | `main` | [`28a883ba`](https://redirect.github.com/KhronosGroup/SPIRV-Tools/commits/28a883ba4c67f58a9540fb0651c647bb02883622) | | SPIRV-Headers | `main` | [`9268f305`](https://redirect.github.com/KhronosGroup/SPIRV-Headers/commits/9268f3057354a2cb65991ba5f38b16d81e803692) | | vc-intrinsics | `master` | [`v0.24.3`](https://redirect.github.com/intel/vc-intrinsics/releases/tag/v0.24.3) | | LLVM project | `release/16.x` | [`llvmorg-16.0.6`](https://redirect.github.com/llvm/llvm-project/releases/tag/llvmorg-16.0.6) | The release is based on build 20760. Ubuntu 24.04 binary packages for LLVM16/Clang16 are included. Packages' sha256 checksums: ``` 3eea502b74ca57d6050e259838a91f5384805b5bb73c9fcecc055c6f8d32389f intel-igc-core-2_2.28.4+20760_amd64.deb f94c073d15f5a1a16df9fb071a2b3220ffe8b1b67d809d5f8fa874f1ff6c6955 intel-igc-core-devel_2.28.4+20760_amd64.deb 9fae8175c95def354534e6d322dd1b2661eb92dec96916f50ee1f5d31c7a4f65 intel-igc-opencl-2_2.28.4+20760_amd64.deb 2b105b04c5752a03ca38bc7591594291f925196e2d23f64c07409a5d50f93456 intel-igc-opencl-devel_2.28.4+20760_amd64.deb ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFwcC91YnVudHUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWlub3IiXX0=-->
1 parent c30dcde commit 3db2032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ubuntu/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "NEO_VER" {
1515

1616
variable "IGC2_VER" {
1717
// renovate: datasource=github-releases depName=intel/intel-graphics-compiler
18-
default = "2.27.10"
18+
default = "2.28.4"
1919
}
2020

2121
// Fixed Legacy value

0 commit comments

Comments
 (0)