Skip to content

Commit d2874e6

Browse files
authored
1 parent 858db62 commit d2874e6

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 67e7da33596c597ef79d940223d372583a78bb2b
61-
# Merge: 9b1fb4e9 f0e0be24
60+
# commit ce4acbc4e479c3e8c591f345f7ba30345a8a2a40
61+
# Merge: 76aaf05c 28590a82
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Tue Dec 5 10:46:45 2023 +0000
64-
# Merge pull request #999 from hdelan/hip-adapter-multi-dev-ctx
65-
# [HIP] Hip adapter multi dev ctx
66-
set(UNIFIED_RUNTIME_TAG 67e7da33596c597ef79d940223d372583a78bb2b)
63+
# Date: Wed Dec 6 17:13:51 2023 +0000
64+
# Merge pull request #1099 from jandres742/largeallocations
65+
# [UR][L0] Unify use of large allocation in L0 adapter
66+
set(UNIFIED_RUNTIME_TAG ce4acbc4e479c3e8c591f345f7ba30345a8a2a40)
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)