Skip to content

Commit 828148a

Browse files
author
Hugh Delaney
committed
Run CI for Revert HIP prefetch
1 parent 156b730 commit 828148a

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
@@ -55,14 +55,9 @@ endif()
5555
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5656
include(FetchContent)
5757

58-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
59-
# commit 659d3f469faa99a886fa680a3d6d20449b109578
60-
# Merge: 192e9404 f94550b4
61-
# Author: Kenneth Benzie (Benie) <[email protected]>
62-
# Date: Tue Nov 14 16:45:24 2023 +0000
63-
# Merge pull request #1059 from martygrant/martin/moveNativeCPUAdapterToUR
64-
# [NATIVECPU] Move Native CPU adapter to UR.
65-
set(UNIFIED_RUNTIME_TAG 659d3f469faa99a886fa680a3d6d20449b109578)
58+
# DO NOT MERGE
59+
set(UNIFIED_RUNTIME_REPO https://github.com/hdelan/unified-runtime.git)
60+
set(UNIFIED_RUNTIME_TAG b3887e61d9ebc45b0d0c43aaec4c9772d3fab654)
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)