-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Arm64/SVE: Implemented Scale
and Sqrt
#103663
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c738b77
Added ConverToInt32 and ConvertToUInt32 for float inputs.
ebepho 35d39d9
Added flags to handle only low predicate registers.
ebepho 7a781e1
Fixed merge conflicts.
ebepho 1378d60
Fix whitespace
ebepho 10c7a15
Remove special codegen flag
ebepho 8004868
Added new test template for operations with different return types.
ebepho af7ccd4
Merge branch 'main' into ConvertToInt32
ebepho 8cb76da
Add new test template.
ebepho abe25fc
Added api for ConvertToInt32 and ConvertToUInt 32 for double.
ebepho 0f51f38
fix merge conflicts.
ebepho 7fabb91
Merge branch 'dotnet:main' into main
ebepho d5374ca
Merge branch 'main' of github.com:ebepho/runtime
ebepho 4aa224d
Merge branch 'main' of github.com:ebepho/runtime
ebepho 49a6c85
Round SVE intrinsics for floats.
ebepho bd2702d
Completed Round SVE fp apis.
ebepho 56601b4
Merge branch 'main' of github.com:ebepho/runtime
ebepho 6ba83c3
Merge branch 'main' into round
ebepho ba922e7
Completed sve apis for scale and sqrt, added a new test template for …
ebepho 04071a3
Merge branch 'main' of github.com:ebepho/runtime
ebepho 9863b7c
Merge branch 'main' into scale+sqrt
ebepho ffcd267
Merge branch 'main' of github.com:ebepho/runtime
ebepho 33626b3
Merge branch 'main' of github.com:ebepho/runtime
ebepho dc7f4dd
Fixed test templates.
ebepho da441d1
Merge branch 'main' of github.com:ebepho/runtime
ebepho 2d5b3a8
Merge branch 'main' into scale+sqrt
ebepho 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think we need
HW_Flag_BaseTypeFromFirstArg
for this one. Can you double check?