Uh oh!
There was an error while loading. Please reload this page.
[release/9.0-staging] fix stack 2x2 tensor along dimension 1 - #110053
[release/9.0-staging] fix stack 2x2 tensor along dimension 1#110053michaelgsharp merged 2 commits into
Conversation
Tagging subscribers to this area: @dotnet/area-system-numerics-tensors |
tannergooding
commented
Nov 21, 2024
CC. @jeffhandley |
tannergooding
commented
Nov 21, 2024
Removed |
carlossanlop
commented
Jan 13, 2025
@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. |
tannergooding
commented
Jan 13, 2025
@michaelgsharp is looking into the other issue that is pending |
michaelgsharp
commented
Jan 14, 2025
@tannergooding@carlossanlop fix is pushed. I know code complete is now tomorrow AM so hopefully this can still get in. |
carlossanlop
commented
Jan 14, 2025
Make sure to get a Tactics approval. |
ericstj
commented
Jan 27, 2025
/azp run runtime |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ericstj
commented
Jan 28, 2025
Approved over mail. |
Backport of #108620 to release/9.0-staging
/cc @tannergooding@kasperk81
Customer Impact
#108615. Incorrect results will be computed for
StackAlongDimensionRegression
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.