Skip to content
Merged
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
11 changes: 6 additions & 5 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 58ca3a34dea0f559b8d950bdfe7d5d8a610d3a94
# Author: Yang Zhao <[email protected]>
# Date: Thu Jun 27 20:26:17 2024 +0800
# [DeviceSanitizer] Support out-of-bounds on private memory (#1676)
set(UNIFIED_RUNTIME_TAG 58ca3a34dea0f559b8d950bdfe7d5d8a610d3a94)
# commit aaf08109f2a05adb61f50478824ae2739526daee
# Author: Ben Tracy <[email protected]>
# Date: Mon Jun 17 14:49:53 2024 +0100
# [CMDBUF] Fix coverity issue in command buffers
# - Fix incorrect conditions for copy engine usage that were reported on coverity.
set(UNIFIED_RUNTIME_TAG aaf08109f2a05adb61f50478824ae2739526daee)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down