-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL] Allocate sycl::handler on the stack when possible #17319
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
sergey-semenov
merged 39 commits into
intel:sycl
from
Alexandr-Konovalov:Alexandr-Konovalov/handler-in-stack
May 7, 2025
Merged
Changes from 32 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0920893
Keep sycl::detail::handler_impl in stack when possible.
Alexandr-Konovalov a555257
Code formatting.
Alexandr-Konovalov 8255f7c
Keep StorageInitHelper::MEvents in pool.
Alexandr-Konovalov af7d882
Eliminate std::shared_ptr<detail::queue_impl> from sycl::handler.
Alexandr-Konovalov 67d00a3
Fix keeping reference to temporary object.
Alexandr-Konovalov 18db4f0
Fix after merge.
Alexandr-Konovalov 7db0650
Can't use unique_ptr because of deleter.
Alexandr-Konovalov 8539879
Add missing variable initialization.
Alexandr-Konovalov db3f229
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov 13decb2
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov d74d8dd
Fix after merge.
Alexandr-Konovalov e81a2e9
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov 1682ee1
Code formatting.
Alexandr-Konovalov 130fe0b
Code formatting.
Alexandr-Konovalov 57b0be5
Rollback pmr addition.
Alexandr-Konovalov 04aedf6
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov 399c20b
Move new functionality under __INTEL_PREVIEW_BREAKING_CHANGES.
Alexandr-Konovalov 311cfe3
Code formatting. Add newly exported Linux symbols.
Alexandr-Konovalov 182d52f
Drop invaild const.
Alexandr-Konovalov 18ac302
Do not export symbols that are used only internal.
Alexandr-Konovalov d46299f
Code formatting.
Alexandr-Konovalov 4bb0838
Remove unneeded changes.
Alexandr-Konovalov c6eaf90
Drop creation of copy of Self on hot path.
Alexandr-Konovalov 1dbeab7
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov e874cc9
Fix after merge.
Alexandr-Konovalov 919b4a8
Code formatting.
Alexandr-Konovalov 5495e7b
Add newly exported Windows symbol.
Alexandr-Konovalov f301472
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov 096f96f
Fix after merge.
Alexandr-Konovalov 2303792
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov c9d3ece
Drop handler::handler(detail::handler_impl *HandlerImpl).
Alexandr-Konovalov 5a35d92
Update sycl/include/sycl/handler.hpp
Alexandr-Konovalov fc15674
Update sycl/include/sycl/reduction.hpp
Alexandr-Konovalov 571582a
Update sycl/include/sycl/reduction.hpp
Alexandr-Konovalov e87dcb7
Unify check style.
Alexandr-Konovalov 9993669
Unify check style.
Alexandr-Konovalov 4dc2485
Unify check style.
Alexandr-Konovalov 00e7268
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov 73d7fae
Merge branch 'sycl' into Alexandr-Konovalov/handler-in-stack
Alexandr-Konovalov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.