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
27 changes: 8 additions & 19 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,17 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit a1094cd082dcbb90228b6a7815d655f3d7f5abaa
# Merge: 2a31795d 6fb77c98
# commit 975313cb01840683068ce8bc2c4c6bdf77921709
# Merge: ded4b88a 836056ef
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Jun 18 17:51:45 2024 +0100
# Merge pull request #1638 from zhaomaosu/asan-shadow-scale-4
# [DeviceSanitizer] Change ASan shadow scale from 3 to 4
set(UNIFIED_RUNTIME_TAG a1094cd082dcbb90228b6a7815d655f3d7f5abaa)
# Date: Thu Jun 20 16:40:29 2024 +0100
# Merge pull request #1774 from hdelan/readytomerge-branch
# [UR][HIP][CUDA] Master Branch
set(UNIFIED_RUNTIME_TAG 975313cb01840683068ce8bc2c4c6bdf77921709)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
# commit ded4b88acc091011ed7b24362ee3e61ee332955d
# Merge: 0e5bbcb2 f8e1f07a
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jun 19 16:30:13 2024 +0100
# Merge pull request #1470 from wenju-he/fix-bindless-L0-copy
# [L0][Bindless Image] Bug fixes and sampled image support
ded4b88acc091011ed7b24362ee3e61ee332955d
${UNIFIED_RUNTIME_TAG}
)

fetch_adapter_source(opencl
Expand All @@ -136,12 +130,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(native_cpu
${UNIFIED_RUNTIME_REPO}
# commit 0e5bbcb2f8709643abf08cb83469787e866e3598
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jun 19 14:33:26 2024 +0100
# Merge pull request #1628 from PietroGhg/pietro/native_cpu_half
# [NATIVECPU] Report cl_khr_fp16 on native cpu
0e5bbcb2f8709643abf08cb83469787e866e3598
${UNIFIED_RUNTIME_TAG}
)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
Expand Down