Skip to content

Commit 0f0d30d

Browse files
author
Hugh Delaney
committed
Run CI for UR PR
1 parent ac0e142 commit 0f0d30d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,9 @@ 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 8ff738f424de6f84fa16c9f7d41c8c70b766665d
61-
# Merge: 5e548c5e fbdaf72a
62-
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Tue Feb 13 13:01:03 2024 +0100
64-
# Merge pull request #1089 from Bensuo/ewan/update
65-
# [EXP][Command-Buffer] Add kernel command update
66-
set(UNIFIED_RUNTIME_TAG 8ff738f424de6f84fa16c9f7d41c8c70b766665d)
59+
# DO NOT MERGE
60+
set(UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git")
61+
set(UNIFIED_RUNTIME_TAG refactor-device-initialization)
6762

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

0 commit comments

Comments
 (0)