Skip to content
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

[DeviceASAN] Fix kernel release order #16688

Merged
merged 3 commits into from
Jan 22, 2025
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/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit 871061f1aa3b8ade57e0a2ed63d8000e257548cc
# Merge: 262ec93e 7cca93f9
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Jan 21 13:26:45 2025 +0000
# Merge pull request #2588 from kbenzie/benie/ci-delete-prerelease
# Remove the prerelease.yml job
set(UNIFIED_RUNTIME_TAG 871061f1aa3b8ade57e0a2ed63d8000e257548cc)
# commit f058cb230c65fe8094f74043d0c9afd5ba0e8325
# Merge: 871061f1 3bf76246
# Author: Ross Brunton <ross@codeplay.com>
# Date: Tue Jan 21 15:49:41 2025 +0000
# Merge pull request #2593 from RossBrunton/ross/formatall
# Ensure all files are clang formatted
set(UNIFIED_RUNTIME_TAG f058cb230c65fe8094f74043d0c9afd5ba0e8325)
Loading