Skip to content

Commit 455c764

Browse files
EwanCkbenzie
authored andcommitted
[SYCL][Graph][L0] Test Coverity fix (intel#13075)
Bumps commit to UR PR oneapi-src/unified-runtime#1461
1 parent 1ba64e4 commit 455c764

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e
61-
# Merge: c98fdbcf f67dc0c6
62-
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Mar 21 17:08:13 2024 +0000
64-
# Merge pull request #1445 from raiyanla/enable-in-order
65-
# [L0] Enable default support for L0 in-order lists
66-
set(UNIFIED_RUNTIME_TAG 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e)
60+
# commit 9da95681cb411bcb10f21566a8a341e10f0e8a4e
61+
# Author: aarongreig <[email protected]>
62+
# Date: Mon Mar 25 10:03:01 2024 +0000
63+
# Merge pull request #1461 from Bensuo/coverity_L0_update
64+
# [Cmd-Buf][L0] Fix Coverity unsigned comparison report
65+
set(UNIFIED_RUNTIME_TAG 9da95681cb411bcb10f21566a8a341e10f0e8a4e)
6766

6867
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6968
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)