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 167ddf9320dba95c9324e373fb863baeb46e09f1
# Merge: 76c6bf9a 0cd10f63
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Jul 11 15:12:38 2024 +0100
# Merge pull request #1747 from AllanZyne/review/yang/misalign_access
# [DeviceSanitizer] Support detecting misaligned access error
set(UNIFIED_RUNTIME_TAG 167ddf9320dba95c9324e373fb863baeb46e09f1)
set(UNIFIED_RUNTIME_REPO "https://github.com/zhaomaosu/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG buffer-migration)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down