Skip to content

Commit 1a98c4c

Browse files
authored
[UR] Update UR to 227a5ed (intel#12742)
1 parent 76bbf93 commit 1a98c4c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +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 69ac6c7fecac1028024ec1889d3e2cc02565c9e7
61-
# Merge: f11823e1 b3469f1e
62-
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Feb 15 15:28:12 2024 +0100
60+
# commit 3487672ceba0fd3575b5f3f15a832b100dc5fbad
61+
# Author: Artur Gainullin <[email protected]>
62+
# Date: Fri Feb 16 09:59:50 2024 -0800
6463
#
65-
# Merge pull request #1344 from aarongreig/aaron/correctlyMapBufferLocation
66-
#
67-
# Correct mapping of BUFFER_ALLOC_LOCATION_PROPERITES in CL adapter.
68-
set(UNIFIED_RUNTIME_TAG 69ac6c7fecac1028024ec1889d3e2cc02565c9e7)
64+
# [UR] Provide flexibility to replace unified-memory-framework repo and tag
65+
set(UNIFIED_RUNTIME_TAG 3487672ceba0fd3575b5f3f15a832b100dc5fbad)
6966

7067
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
7168
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)