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

Remove CONTEXT_INFO_ATOMIC queries. #2374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aarongreig
Copy link
Contributor

These were used as dummy values in the sycl runtime to implement meta-queries for each device in the given context. The affiliated LLVM change for this PR updates that to use __SYCL_TRAIT_HANDLED_IN_RT instead.

Fixes #2119

@aarongreig
Copy link
Contributor Author

LLVM PR intel/llvm#16160

@github-actions github-actions bot added loader Loader related feature/bug conformance Conformance test suite issues. specification Changes or additions to the specification level-zero L0 adapter specific issues cuda CUDA adapter specific issues hip HIP adapter specific issues opencl OpenCL adapter specific issues native-cpu Native CPU adapter specific issues labels Nov 22, 2024
These were used as dummy values in the sycl runtime to implement
meta-queries for each device in the given context. The affiliated LLVM
change for this PR updates that to use __SYCL_TRAIT_HANDLED_IN_RT
instead.

Fixes oneapi-src#2119
@aarongreig aarongreig force-pushed the aaron/removeContextAtomicQueries branch from 0a8855e to 76d8873 Compare November 25, 2024 16:26
@aarongreig aarongreig marked this pull request as ready for review November 25, 2024 16:27
@aarongreig aarongreig requested review from a team as code owners November 25, 2024 16:27
Copy link
Contributor

@jchlanda jchlanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cuda/HIP lgtm 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues. cuda CUDA adapter specific issues hip HIP adapter specific issues level-zero L0 adapter specific issues loader Loader related feature/bug native-cpu Native CPU adapter specific issues opencl OpenCL adapter specific issues specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove CONTEXT_INFO_ATOMIC_ queries.
2 participants