Skip to content

Commit 33937a5

Browse files
committed
[UR][L0] Check Global Mem Size as Limit for Free Memory
Signed-off-by: Spruit, Neil R <[email protected]>
1 parent 974cc70 commit 33937a5

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,14 +56,14 @@ 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/nrspruit/unified-runtime.git")
6060
# commit 31b654f981f6098936e7f04c65803395a2ea343a
6161
# Merge: 71957e84 3da21336
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
6363
# Date: Wed Nov 22 11:27:33 2023 +0000
6464
# Merge pull request #1053 from jandres742/url0leakkey
6565
# [UR][L0] Add UR_L0_LEAKS_DEBUG key
66-
set(UNIFIED_RUNTIME_TAG 31b654f981f6098936e7f04c65803395a2ea343a)
66+
set(UNIFIED_RUNTIME_TAG 40c8da9b9ca637afbd887b1e5a3deb7f7581febc)
6767

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

0 commit comments

Comments
 (0)