File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,11 @@ 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 109ed46ee55f41317d35b2a9a20fa7a2029e9e64
61
- # Merge: 31b654f9 23005313
60
+ # commit 712d79120e0a9293daf5741f9c0b5269ddd862ce
62
61
# Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Wed Nov 22 16:04:52 2023 +0000
64
- # Merge pull request #966 from martygrant/martin/openclCommandBuffers
65
- # [OpenCL] Add Command Buffer extension to OpenCL adapter.
66
- set (UNIFIED_RUNTIME_TAG 109ed46ee55f41317d35b2a9a20fa7a2029e9e64 )
62
+ # Date: Fri Nov 24 12:34:51 2023 +0000
63
+ # Set version to v0.8.0
64
+ set (UNIFIED_RUNTIME_TAG v0.8.0 )
67
65
68
66
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
67
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments