File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,15 @@ 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 f11823e1abe977bd478364534b3575ae199d8d96
61
- # Merge: c96e4ae4 619cdbb7
60
+ # commit 69ac6c7fecac1028024ec1889d3e2cc02565c9e7
61
+ # Merge: f11823e1 b3469f1e
62
62
# 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 )
67
69
68
70
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
71
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments