-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[release/9.0-staging] fix stack 2x2 tensor along dimension 1 #110053
[release/9.0-staging] fix stack 2x2 tensor along dimension 1 #110053
Conversation
Tagging subscribers to this area: @dotnet/area-system-numerics-tensors |
CC. @jeffhandley |
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.
FYI @artl93
Removed |
@tannergooding @jeffhandley friendly reminder that today's code complete for the Feb 2025 Release. Please merge this change by 4pm PT if you'd like it included in that release version. Otherwise, it will have to wait until next month. |
@michaelgsharp is looking into the other issue that is pending |
@tannergooding @carlossanlop fix is pushed. I know code complete is now tomorrow AM so hopefully this can still get in. |
Make sure to get a Tactics approval. |
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.
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
Approved over mail. |
Backport of #108620 to release/9.0-staging
/cc @tannergooding @kasperk81
Customer Impact
#108615. Incorrect results will be computed for
StackAlongDimension
Regression
This is a net new and in-preview API for .NET 9
Testing
Additional tests covering the relevant scenario were added.
Risk
Low. This is a net new API in .NET 9 and shipped as experimental.
Fixing it will help ensure developers can use the feature and provide feedback as part of stabilizing the API surface.