Skip to content

Commit a55e644

Browse files
ykhatavkbenzie
andauthored
[SYCL] add dependent-load flag to UR (#12222)
oneapi-src/unified-runtime#1205 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent eaff1cf commit a55e644

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
@@ -56,14 +56,14 @@ endif()
5656
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

59-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit cdde49630db86e46936287a4ce34780d8d53f0aa
61-
# Merge: 9b97a5f6 05c3b0dc
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime")
60+
# commit 51d7180c344bbc2f942533e5fc51b0b04871f8d5
61+
# Merge: b66cf9b1 0e37380e
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Jan 25 14:08:22 2024 +0000
64-
# Merge pull request #1277 from pbalcer/l0-coverity-fixes
65-
# [L0] fix coverity issues
66-
set(UNIFIED_RUNTIME_TAG cdde49630db86e46936287a4ce34780d8d53f0aa)
63+
# Date: Fri Jan 26 12:20:20 2024 +0000
64+
# Merge pull request #1205 from ykhatav/ur_dependentload
65+
# [UR] add dependent-load flag to exclude CWD from default search path …
66+
set(UNIFIED_RUNTIME_TAG 51d7180c344bbc2f942533e5fc51b0b04871f8d5)
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)