-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Vectorize inverse trigonometric and hyperbolic functions in TensorPrimitives with public Vector APIs #123611
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
Open
Copilot
wants to merge
26
commits into
main
Choose a base branch
from
copilot/port-amd-vector-implementations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Vectorize inverse trigonometric and hyperbolic functions in TensorPrimitives with public Vector APIs #123611
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9311378
Initial plan
Copilot 6847744
Add vectorized Asin implementation for TensorPrimitives
Copilot b6501fe
Implement Asin vectorization internally without adding public APIs
Copilot 108d874
Restore public Vector Asin APIs with proper ref assembly support
Copilot 8cb6803
Add tolerance for Asin tests matching Sin/Cos
Copilot 7943b00
Adjust Asin test tolerance to account for algorithm precision
Copilot 7e0c5d1
Vectorize Acos operation for TensorPrimitives
Copilot 71e1be3
Vectorize Atan operation for TensorPrimitives following Asin/Acos pat…
Copilot 1bbc861
Vectorize Atan2 operation for TensorPrimitives following binary op pa…
Copilot 6fa33c1
Fix redundant recip variable in Atan2 implementation
Copilot 60668a7
Add vectorized Asinh support to TensorPrimitives
Copilot 316e81b
Vectorize Acosh operation for TensorPrimitives following Asinh pattern
Copilot dafe823
Vectorize Atanh operation for TensorPrimitives following Asinh/Acosh …
Copilot 7040114
Add test tolerances for AsinPi, AcosPi, AtanPi, and Atan2Pi functions
Copilot 955b91c
Fix Atan2 quadrant handling by using atan(y/x) directly
Copilot 53e088a
Fix IEEE 754 special value handling for Atan2 and Atanh
Copilot a94eea8
Fix TensorExtensionsTwoSpanInSpanOut tests for Atan2/Atan2Pi
Copilot 5e68168
Merge branch 'main' into copilot/port-amd-vector-implementations
stephentoub decfa9c
Simplify TensorPrimitives vectorization for NET11_0 only
Copilot c0dd9ab
Merge branch 'main' into copilot/port-amd-vector-implementations
stephentoub b496a03
Fix AMD AOCL-LibM source attribution headers in VectorMath.cs
Copilot 9b8ab06
Revert to scalar fallback for Asin - need guidance on implementation …
Copilot d4e4220
Implement proper AMD AOCL-LibM ports for Asin, Acos, Atan
Copilot 35b50f2
Port AMD atanh polynomial and update headers for remaining functions
Copilot 70515de
Port AMD single-precision implementations for asinf, acosf, atanf, at…
Copilot 4789d6f
Fix AtanSingle Remez(2,2) polynomial evaluation
Copilot 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
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.