-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Use std::array
as storage for sycl::vec
on device
#14130
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
22 commits
Select commit
Hold shift + click to select a range
0aa7a9a
Add copy constructor
uditagarwal97 f2a1dc2
Merge branch 'sycl' of https://github.com/uditagarwal97/llvm into sycl
uditagarwal97 15f3094
Refactor vector/byte.cpp E2E test
uditagarwal97 5341760
Restrict vec and swizzle opperations to types mentioned in the SPEC
uditagarwal97 0c2dd78
Merge branch 'sycl' into vec_refac_2
uditagarwal97 b75b835
Update byte.cpp
uditagarwal97 e5fe421
Add asserts for byte.cpp E2E
uditagarwal97 fd27010
Address reviews; Fix formatting
uditagarwal97 23475a0
Seperate out math operators in a class.
uditagarwal97 b739c08
Fix formatting; Address reviews
uditagarwal97 19aa68d
Expose getters and setters to BINOPS via a class in ::detail
uditagarwal97 0d74886
Address reviews
uditagarwal97 3b34c2c
Minor fixes
uditagarwal97 73c01b2
Merge branch 'sycl' into vec_refac_3
uditagarwal97 94216e5
Address reviews
uditagarwal97 d0f6e0c
Add link to alignment requirement of sycl::vec
uditagarwal97 b0d61ec
Use std::array as storage for sycl::vec on device.
uditagarwal97 5c06f37
Merge branch 'sycl' into vec_refac_4
uditagarwal97 b8aef5f
Fix formatting
uditagarwal97 470987f
Fix bug
uditagarwal97 ee58931
Address reviews; Remove setVaue().
uditagarwal97 84aca9f
Restrict device code test to linux and fix formatting issues.
uditagarwal97 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
Oops, something went wrong.
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.