Skip to content

Commit b8ff809

Browse files
author
Jaime Arteaga
committed
[UR][L0] Unify use of large allocation in L0 adapter
Signed-off-by: Jaime Arteaga <[email protected]>
1 parent 00a7e36 commit b8ff809

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
@@ -56,12 +56,12 @@ 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")
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/jandres742/unified-runtime.git")
6060
# commit 712d79120e0a9293daf5741f9c0b5269ddd862ce
6161
# Author: Kenneth Benzie (Benie) <[email protected]>
6262
# Date: Fri Nov 24 12:34:51 2023 +0000
6363
# Set version to v0.8.0
64-
set(UNIFIED_RUNTIME_TAG v0.8.0)
64+
set(UNIFIED_RUNTIME_TAG 28590a82e9a4b63612f7319760dae4f0d02c9d3b)
6565

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

0 commit comments

Comments
 (0)