File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent )
58
58
59
59
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
64
63
#
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 )
69
66
70
67
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
71
68
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments