Skip to content

Commit 9f7ad1f

Browse files
pbalcerkbenzie
andauthored
[UR][L0] L0 adapter coverity fixes (#12152)
Corresponding UR changes oneapi-src/unified-runtime#1179 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent d8db276 commit 9f7ad1f

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 69a56ea6d1369a6bde5fce97c85fc7dbda49252f
61-
# Merge: b25bb64d b78f541d
60+
# commit f8fc936d9cf174ad455da84ea3904a8111a590dc
61+
# Merge: 20b9a83e 42104338
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Mon Dec 11 12:30:24 2023 +0000
64-
# Merge pull request #1123 from aarongreig/aaron/usmLocationProps
65-
# [OpenCL] Add ur_usm_alloc_location_desc struct and handle it in the CL adapter.
66-
set(UNIFIED_RUNTIME_TAG 69a56ea6d1369a6bde5fce97c85fc7dbda49252f)
63+
# Date: Wed Dec 13 12:06:14 2023 +0000
64+
# Merge pull request #1179 from pbalcer/coverity-issues
65+
# [L0] coverity fixes
66+
set(UNIFIED_RUNTIME_TAG f8fc936d9cf174ad455da84ea3904a8111a590dc)
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)