File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,14 @@ 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 c53953ae492587698d5adbab8ffee254d97b6a4e
61
- # Merge: 9f88cf88 66d52ace
60
+ # commit d06ba9d9c539dc712444c6db95dfe1629bd5f7d8
61
+ # Merge: e1414e1 35b6a5e
62
62
# Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Wed Jan 10 14:50:23 2024 +0000
64
- # Merge pull request #1170 from jchlanda/jakub/hip_custom_dirs
65
- # [HIP] Allow custom location of ROCm components
66
- set (UNIFIED_RUNTIME_TAG c53953ae492587698d5adbab8ffee254d97b6a4e )
63
+ # Date: Thu Jan 11 15:09:01 2024 +0000
64
+ # Merge pull request #1035 from Bensuo/cmd-buffer-profiling-l0
65
+ # [EXP][CMDBUF] Add support for recovering CommandBuffer profiling
66
+ # information
67
+ set (UNIFIED_RUNTIME_TAG d06ba9d9c539dc712444c6db95dfe1629bd5f7d8 )
67
68
68
69
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
70
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments