-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] Implemented SYCL 2020 sub-group size functionality. #3444
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 all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0bf5ea8
Implemented SYCL 2020 sub-group size functionality.
25a28b3
Apply clang-format changes
646a227
Another clang-format change?
5c03d1a
Fix all of Aaron's comments, plus change auto to automatic
149a832
Fix attr.td param spelling + nullptr placement based on review comments
2c35a95
Add test for semadeclattr checks, semasycl checks to come
6be3ccc
A few more comments from Aaron, plus getting the SemaSYCL diagnostics…
5260caa
More progress on tests, found issue with defined SYCL_KERNEL functions
10f2ec1
Fix a few more semasycl diagnostics, fix command line arg
22671a1
Get to a reasonable position so that we can pick this up later.
cad6ca1
Merge branch 'sycl' into sub_group_size
5036d3a
Allow string parameters, finish up the sema tests.
0318b40
Clang-format fixes
612ea78
more clang-format fixes
0b2e128
Merge remote-tracking branch 'SYCL_public/sycl' into sub_group_size
2812d80
Merge remote-tracking branch 'SYCL_public/sycl' into sub_group_size
b692be1
Aaron's review comments & Merge build failure fixes
f028166
Revert some inadvertent changes to AttrDocs.td
1cd4cc2
Clang-format fixes + getting codegen to work right
c1ab6a0
Add sufficient code-gen tests, fix codegen.
9e186cf
Fix Aaron's nits
59b7b5b
Add driver test, fix it the way Mike suggested
3129b5f
Remove newline to satisfy clang-format
4fc91bd
Fix check-sycl tests by excluding old-spelling from the test
ebd9087
Merge remote-tracking branch 'SYCL_public/sycl' into sub_group_size
51f7617
Add comments to each test
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
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.