Skip to content

Commit 413525a

Browse files
authored
[UR] Pull in UR adapter virtual memory implementations. (intel#12198)
1 parent 3468f49 commit 413525a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ 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 67e4d1bcf0057eef7910851bfb5020df9e5befd6
61-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
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)
60+
# commit 8d1486a607666763413fea3c70b74a3dd8f73c0d
61+
# Author: aarongreig <aaron.greig@codeplay.com>
62+
# Date: Mon Dec 18 13:15:43 2023 +0000
63+
# Merge pull request #939 from steffenlarsen/steffen/virtual_mem_adapters
64+
# [UR][CUDA][L0][HIP] Add virtual memory adapter implementations
65+
set(UNIFIED_RUNTIME_TAG 8d1486a607666763413fea3c70b74a3dd8f73c0d)
6766

6867
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6968
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)