Skip to content

Commit 90bcc32

Browse files
authored
[UR] Pull in fix from UR #1344. (#12725)
1 parent 1bec982 commit 90bcc32

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ 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 f11823e1abe977bd478364534b3575ae199d8d96
61-
# Merge: c96e4ae4 619cdbb7
60+
# commit 69ac6c7fecac1028024ec1889d3e2cc02565c9e7
61+
# Merge: f11823e1 b3469f1e
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Feb 15 11:08:56 2024 +0100
64-
# Merge pull request #1343 from igchor/add_pthread_umf
65-
# [UR] Add missing Threads library to common
66-
set(UNIFIED_RUNTIME_TAG f11823e1abe977bd478364534b3575ae199d8d96)
63+
# Date: Thu Feb 15 15:28:12 2024 +0100
64+
#
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)
6769

6870
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6971
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)