File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +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 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 )
67
66
68
67
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
68
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments