Skip to content

Commit 2103cfa

Browse files
author
Jaime Arteaga
committed
[UR][L0] Upgrade L0 loader to v1.15.1
This to use latest features present in L0 spec. Signed-off-by: Jaime Arteaga <[email protected]>
1 parent 6d74ec7 commit 2103cfa

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 31b654f981f6098936e7f04c65803395a2ea343a)
65+
set(UNIFIED_RUNTIME_TAG 87f560e4edbfe557cd85e34cc41008749466d916)
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)