Skip to content

Commit 4f516c0

Browse files
committed
:[SYCL][UR] Fix include for COMGR
Signed-off-by: Lukas Sommer <[email protected]>
1 parent 9ddb6d1 commit 4f516c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

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

59-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 1d7863601e9ecfffadf0617236a472a3b00fddbe
61-
# Merge: cf87428c 3ee71a71
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/sommerlukas/unified-runtime.git")
60+
# commit 749d8e51ea8e56726a9fb57949d7a3f81b47b15c
61+
# Merge: 810a5774 34831f4b
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Jan 4 11:03:26 2024 +0000
64-
# Merge pull request #938 from Bensuo/cmdbuf-fill-memset-l0
65-
# [EXP][CMDBUF] Implement Fill commands for L0 adapter
66-
set(UNIFIED_RUNTIME_TAG 1d7863601e9ecfffadf0617236a472a3b00fddbe)
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 lukas/comgr-include-rocm4)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)