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

[UR] Make adapters check native properties before dereferencing. #16730

Merged
merged 3 commits into from
Jan 23, 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 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)
# commit 3f6dbf3e4bec2ba7bfe7e4cebe998b51852baadc
# Merge: bf7a6548 dc294e4a
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jan 22 15:54:22 2025 +0000
# Merge pull request #2193 from aarongreig/aaron/clarifyIsNativeHandleOwned
# Clarify spec around isNativeHandleOwned.
set(UNIFIED_RUNTIME_TAG 3f6dbf3e4bec2ba7bfe7e4cebe998b51852baadc)
Loading