Skip to content

Commit 41e3f2a

Browse files
committed
Pull in changes from UR PR #1125
1 parent 9bfc3ae commit 41e3f2a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,8 @@ 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 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)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
60+
set(UNIFIED_RUNTIME_TAG 5231365be0895407de672235eb46a268b3518d7c)
6661

6762
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6863
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)