dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.41k stars 4.76k forks source link

[release/9.0-staging] fix stack 2x2 tensor along dimension 1 #110053

Open github-actions[bot] opened 14 hours ago

github-actions[bot] commented 14 hours ago

Backport of #108620 to release/9.0-staging

/cc @tannergooding @kasperk81

Customer Impact

https://github.com/dotnet/runtime/issues/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.

dotnet-policy-service[bot] commented 14 hours ago

Tagging subscribers to this area: @dotnet/area-system-numerics-tensors See info in area-owners.md if you want to be subscribed.

tannergooding commented 14 hours ago

CC. @jeffhandley

tannergooding commented 11 hours ago

Removed servicing-consider temporarily as @MihaZupan pointed out that another line needs updating for the latter method to be correct. This likely means we also need another test to cover that overload