Skip to content

[UR][L0] Pull in a batch of L0 fixes #13400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2024
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
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 6ccaf38708cfa614ab7f9b34c351826cd74028f2
# Merge: 0eab26c7 0497923a
# commit fe9a05e528992cd1db7b05e2857fb17879442e86
# Merge: ee2feb22 9222315f
# Author: aarongreig <[email protected]>
# Date: Fri Apr 12 10:22:00 2024 +0100
# Merge pull request #1498 from wenju-he/ZeImageDesc-urMemImageCreateWithNativeHandle
# [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
set(UNIFIED_RUNTIME_TAG 6ccaf38708cfa614ab7f9b34c351826cd74028f2)
# Date: Tue Apr 16 10:10:10 2024 +0100
# Merge pull request #1507 from nrspruit/fix_p2p_properties_init
# [L0] Fix to p2p properties init for pNext and stype
set(UNIFIED_RUNTIME_TAG fe9a05e528992cd1db7b05e2857fb17879442e86)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down