-
Notifications
You must be signed in to change notification settings - Fork 800
[SYCL] Support multiple call operators in kernel functor #8525
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
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d172f64
[SYCL] Support multiple call operators in kernel
srividya-sundaram e17002d
Add code to handle multiple call ops in kernel functor.
srividya-sundaram 4f2dc5b
Modify test file
srividya-sundaram 75f1919
Fix failing test.
srividya-sundaram a8bd38c
Address review comments.
srividya-sundaram e73efaa
Re-write code using RecursiveASTVisitor.
srividya-sundaram caddf21
Update test.
srividya-sundaram 53d8de0
Fix review comments.
srividya-sundaram ef3ccd3
Address review comments.
srividya-sundaram 8cc706f
Address code review comments.
srividya-sundaram 78c5bdc
Fix ESIMD code.
srividya-sundaram 8ef7f47
Move ESIMD check to SyclKernelDeclCreator.
srividya-sundaram 5548aae
Remove ESIMD init method generation from KernelArgsSizeChecker.
srividya-sundaram ab95f49
Fix review comments.
srividya-sundaram 0680ce8
Add tests.
srividya-sundaram c971930
Remove extra line.
srividya-sundaram 75a5c3f
Fix typos.
srividya-sundaram 42bd239
Fix failing tests.
srividya-sundaram 95c181c
Fix test failure.
srividya-sundaram e18a1ce
Add IsSIMD flag to SyclKernelBodyCreator.
srividya-sundaram 4eead59
Add comments.
srividya-sundaram 2cf8b6d
Modify copySYCLKernelAttrs signature to take reference to KernelCallO…
srividya-sundaram 98c9839
Remove lambda check from Visitor class.
srividya-sundaram 5361bd8
Pass Call operator to Visitor and functions
srividya-sundaram 26ea0bd
Remove unnecessary code.
srividya-sundaram ae1dc6c
Add new ESIMD Visitor.
srividya-sundaram df14a30
Move ArgsSizeChecker to ConstructOpenCLKernel.
srividya-sundaram 9f99f92
Fix test.
srividya-sundaram c41945f
Move ESIMD check after SYCL kernel check.
srividya-sundaram 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
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.