Skip to content

Commit 69bc84a

Browse files
committed
[SYCL][Graph][L0] Test Coverity fix
Bumps commit to UR PR oneapi-src/unified-runtime#1461
1 parent ceed6af commit 69bc84a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
8282
endfunction()
8383

8484
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
85-
# commit 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e
86-
# Merge: c98fdbcf f67dc0c6
87-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
88-
# Date: Thu Mar 21 17:08:13 2024 +0000
89-
# Merge pull request #1445 from raiyanla/enable-in-order
90-
# [L0] Enable default support for L0 in-order lists
91-
set(UNIFIED_RUNTIME_TAG 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e)
85+
# commit 1f4b703d8a136d49e4e98ca5f017727f3aaa41dc
86+
# Merge: 6883118 a187fbb
87+
# Author: Piotr Balcer <piotr.balcer@intel.com>
88+
# Date: Mon Mar 25 11:22:45 2024 +0100
89+
# Merge pull request #1471 from pbalcer/remove-coverage
90+
# [CI] remove coverage workflow
91+
set(UNIFIED_RUNTIME_TAG 1f4b703d8a136d49e4e98ca5f017727f3aaa41dc)
9292

9393
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
9494
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)