Skip to content

Commit

Permalink
[SYCL][Graph][L0] Test Coverity fix (intel#13075)
Browse files Browse the repository at this point in the history
Bumps commit to UR PR
oneapi-src/unified-runtime#1461
  • Loading branch information
EwanC authored and kbenzie committed Apr 16, 2024
1 parent 1ba64e4 commit 455c764
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

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

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit 455c764

Please sign in to comment.