Skip to content

Commit 00189d6

Browse files
aarongreigcallumfare
authored andcommitted
[UR] Pull in patch for coverity issues in CL, hip and cuda adapters. (#12176)
UR PR oneapi-src/unified-runtime#1185
1 parent 63b8693 commit 00189d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ 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 dcec3feb7912be6e6fb1a8ef268b2d61afe759c5
61-
# Merge: 4424195c 9fc2c2eb
60+
# commit 67e4d1bcf0057eef7910851bfb5020df9e5befd6
6261
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Dec 14 17:54:55 2023 +0000
64-
# Merge pull request #1061 from jandres742/updateL0loader
65-
# [UR][L0] Upgrade L0 loader to v1.15.1
66-
set(UNIFIED_RUNTIME_TAG dcec3feb7912be6e6fb1a8ef268b2d61afe759c5)
62+
# Date: Fri Dec 15 10:09:02 2023 +0000
63+
# Merge pull request #1185 from aarongreig/aaron/fixCoverityCudaCL
64+
# Fix coverity issues in OpenCL, cuda and hip adapters.[L0] Add several fixes to L0 adapter
65+
# for test-usm
66+
set(UNIFIED_RUNTIME_TAG 67e4d1bcf0057eef7910851bfb5020df9e5befd6)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)