Skip to content

Commit 18e2d78

Browse files
author
Jaime Arteaga
committed
[UR][L0] Add several fixes to L0 adapter for test-usm
Signed-off-by: Jaime Arteaga <[email protected]>
1 parent 838bfe2 commit 18e2d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ 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")
58+
set(UNIFIED_RUNTIME_REPO "https://github.com/jandres742/unified-runtime.git")
5959
# commit 71957e849435169b43e51a42025afeeb63d7508b
6060
# Merge: ce152a64 e001b98d
6161
# Author: Kenneth Benzie (Benie) <[email protected]>
6262
# Date: Tue Nov 21 16:41:08 2023 +0000
6363
# Merge pull request #1100 from kbenzie/benie/fixup-multi-device-compile
6464
# [CUDA][HIP][OpenCL][NATIVECPU] Fix multi-device compile
65-
set(UNIFIED_RUNTIME_TAG 71957e849435169b43e51a42025afeeb63d7508b)
65+
set(UNIFIED_RUNTIME_TAG 6caf12ae747488357149808c8e3e7897bb4ece50)
6666

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

0 commit comments

Comments
 (0)