-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Drop sycl/ext/oneapi/functional.hpp
include from sycl/sub_group.hpp
#13760
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aelovikov-intel
added a commit
to aelovikov-intel/llvm
that referenced
this pull request
May 23, 2024
Can't eliminate it completely until intel#13760 is merged, but this PR brings us closer to that goal.
aelovikov-intel
added a commit
that referenced
this pull request
May 27, 2024
Can't eliminate it completely until #13760 is merged, but this PR brings us closer to that goal.
3d49a6f
to
7a5a90c
Compare
7a5a90c
to
0e66b3d
Compare
0e66b3d
to
cb4db14
Compare
cb4db14
to
8a3381b
Compare
8a3381b
to
3bd0510
Compare
3bd0510
to
24eb511
Compare
24eb511
to
a946d77
Compare
a946d77
to
8cabb40
Compare
8cabb40
to
7a222a1
Compare
…roup.hpp` Not needed anymore after deprecated shuffles/collectives were removed. I had to remove usage of `assert` from `sub_group`'s `load`/`store` methods to avoid the last dependency on `sycl/builtins.hpp` from `sycl/detail/core.hpp`. That should be fine for two reasons: 1) These are extension methods and not part of the SYCL 2020 2) `assert` support isn't universal on devices anyway, and fallback support is expensive and is disabled by default, so we are not using them in device code generally.
7a222a1
to
903ac62
Compare
Ping |
dm-vodopyanov
approved these changes
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not needed anymore after deprecated shuffles/collectives were removed.