Skip to content

Commit 6eac61a

Browse files
1 parent bb1121c commit 6eac61a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
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
6262
# 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)
6768

6869
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6970
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)