Skip to content

Commit 9ae5b85

Browse files
author
Jaime Arteaga
committed
[UR][L0] Add support for zeCommandListHostSynchronize
Instead of creating an event, appending, and synchronizing it on it to wait for all commands in an immediate command list, emit a zeCommandListHostSynchronize instead. Signed-off-by: Jaime Arteaga <[email protected]>
1 parent d38206c commit 9ae5b85

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
@@ -53,14 +53,14 @@ endif()
5353
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

56-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
56+
set(UNIFIED_RUNTIME_REPO "https://github.com/jandres742/unified-runtime.git")
5757
# commit 036b9cfcd8fb4be9394449b5406e6402580a63c9
5858
# Merge: 2ab0734 86f96f0
5959
# Author: Kenneth Benzie (Benie) <[email protected]>
6060
# Date: Fri Oct 27 16:36:23 2023 +0100
6161
# Merge pull request #961 from hdelan/change-unions-to-stdvariant
6262
# [HIP][CUDA] Change unions in ur_mem_handle_t_ to stdvariant
63-
set(UNIFIED_RUNTIME_TAG 036b9cfcd8fb4be9394449b5406e6402580a63c9)
63+
set(UNIFIED_RUNTIME_TAG 3b26f7b0456ece4f2729df2eb57d2b9a688c4b73)
6464

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

0 commit comments

Comments
 (0)