Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 1e9b1b493fe30e6236bf611ae6d82366c9376f6c
# Merge: a011f092 d8500a36
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Fri Jun 21 10:22:52 2024 +0100
# Merge pull request #805 from aarongreig/aaron/kernelSetArgIndirectionFix
# Correct level of indirection used in KernelSetArgPointer calls.
set(UNIFIED_RUNTIME_TAG 1e9b1b493fe30e6236bf611ae6d82366c9376f6c)
set(UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG interop-event-check)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down