Skip to content

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,12 +57,13 @@ 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 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 (HEAD -> main, gitlab-orion-origin/main)
61-
# Author: Weronika Lewandowska <[email protected]>
62-
# Date: Fri Dec 22 10:11:47 2023 +0100
63-
# Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
64-
# [NATIVECPU] Remove event.hpp inclusion
65-
set(UNIFIED_RUNTIME_TAG 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86)
60+
# commit 749d8e51ea8e56726a9fb57949d7a3f81b47b15c
61+
# Merge: 810a5774 34831f4b
62+
# Author: Kenneth Benzie (Benie) <[email protected]>
63+
# Date: Wed Jan 3 13:27:16 2024 +0000
64+
# Merge pull request #1198 from al42and/aa-rocm6
65+
# [HIP] Fix build with ROCm 6.0.0
66+
set(UNIFIED_RUNTIME_TAG 749d8e51ea8e56726a9fb57949d7a3f81b47b15c)
6667

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

0 commit comments

Comments
 (0)