Skip to content

Commit c9aa095

Browse files
committed
[UR][L0] Fix Native Host memory usage on device with copy back sync
pre-commit PR for oneapi-src/unified-runtime#1439 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 38bb281 commit c9aa095

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,8 @@ 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")
60-
# commit 418ad5354ca24a6dfbd01df803949855b7a6c3dd
61-
# Merge: d99d5f74 26682290
62-
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Thu Mar 14 10:19:56 2024 +0000
64-
# Merge pull request #1365 from Bensuo/maxime/improve-L0-cmd-buffer-enqueing
65-
# [EXP][CMDBUF] Move event reset commands to dedicated cmd-list
66-
set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
60+
set(UNIFIED_RUNTIME_TAG a00865d4d77402fb0add5a7e5355ed49019e352d )
6761

6862
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6963
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)