Skip to content

[UR] Bump main tag to 31d0fe15 #13511

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 23, 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
14 changes: 7 additions & 7 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 717791bfc636a1cd69f95f09fea15fcd70a9fb23
# Merge: 601062ba f8c4facd
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Fri Apr 19 10:35:14 2024 +0100
# Merge pull request #1517 from nrspruit/fix_l0_coverity_sync
# [L0] Store LastCommandEvent before unlock during queue sync
set(UNIFIED_RUNTIME_TAG 717791bfc636a1cd69f95f09fea15fcd70a9fb23)
# commit 31d0fe153733601fe4864fffb9148d554fe9a7ca
# Merge: 2eea85f2 6a602134
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Mon Apr 22 14:38:18 2024 +0100
# Merge pull request #1243 from kbenzie/benie/fix-urinfo-device-uuid-printing
# [urinfo] Fix printing of device UUID
set(UNIFIED_RUNTIME_TAG 31d0fe153733601fe4864fffb9148d554fe9a7ca)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
Loading