-
Notifications
You must be signed in to change notification settings - Fork 793
[UR][SYCL] Remove UR context atomic queries. #16160
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][SYCL] Remove UR context atomic queries. #16160
Conversation
These were always just used as placeholder values so they can be replaced by __SYCL_TRAIT_HANDLED_IN_RT.
5252593
to
a75dafc
Compare
Is it because it is the right way to do this or just because it so happened? |
The queries are all implemented via |
CI fail is unrelated, I think something's wrong with that windows runner |
Both yes and no :) yes: #16757 |
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 intel#2119
UR changes ported from oneapi-src/unified-runtime#2374 |
@intel/llvm-gatekeepers please merge |
These were always just used as placeholder values so they can be replaced by __SYCL_TRAIT_HANDLED_IN_RT.
These were always just used as placeholder values so they can be replaced by __SYCL_TRAIT_HANDLED_IN_RT.