From 3621797225abc78fdcb7a073896800d0f2e23b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Tue, 22 Apr 2025 16:35:11 +0200 Subject: [PATCH 1/2] [CMake] Bump L0 version to latest - v1.21.9 --- CMakeLists.txt | 2 +- examples/ipc_level_zero/CMakeLists.txt | 2 +- examples/level_zero_shared_memory/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7e640abcc..de30c0307d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -391,7 +391,7 @@ endif() # headers are not provided by the user (via setting UMF_LEVEL_ZERO_INCLUDE_DIR). if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR)) set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git") - set(LEVEL_ZERO_LOADER_TAG v1.20.2) + set(LEVEL_ZERO_LOADER_TAG v1.21.9) message( STATUS diff --git a/examples/ipc_level_zero/CMakeLists.txt b/examples/ipc_level_zero/CMakeLists.txt index 2aa391d655..73eb7d8479 100644 --- a/examples/ipc_level_zero/CMakeLists.txt +++ b/examples/ipc_level_zero/CMakeLists.txt @@ -24,7 +24,7 @@ endif() include(FetchContent) set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git") -set(LEVEL_ZERO_LOADER_TAG v1.20.2) +set(LEVEL_ZERO_LOADER_TAG v1.21.9) message( STATUS diff --git a/examples/level_zero_shared_memory/CMakeLists.txt b/examples/level_zero_shared_memory/CMakeLists.txt index b7c990145b..9bf7184e44 100644 --- a/examples/level_zero_shared_memory/CMakeLists.txt +++ b/examples/level_zero_shared_memory/CMakeLists.txt @@ -24,7 +24,7 @@ endif() include(FetchContent) set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git") -set(LEVEL_ZERO_LOADER_TAG v1.20.2) +set(LEVEL_ZERO_LOADER_TAG v1.21.9) message( STATUS From 5be1996247b3df9964dadf3b5b44023387d367d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Tue, 22 Apr 2025 18:31:20 +0200 Subject: [PATCH 2/2] temp - check nightly job with latest L0 version --- .github/workflows/nightly.yml | 2 +- .github/workflows/pr_push.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b841fa06da..42ee9cd25b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -3,7 +3,7 @@ name: Nightly # This job is run at 04:00 UTC every day or on demand. on: - workflow_dispatch: + pull_request: schedule: - cron: '0 4 * * *' diff --git a/.github/workflows/pr_push.yml b/.github/workflows/pr_push.yml index 5d6155a375..192883b5c1 100644 --- a/.github/workflows/pr_push.yml +++ b/.github/workflows/pr_push.yml @@ -17,6 +17,7 @@ permissions: jobs: CodeChecks: + if: false uses: ./.github/workflows/reusable_checks.yml FastBuild: name: Fast builds