Closed soerenwolfers closed 3 weeks ago
Tagging subscribers to this area: @dotnet/area-system-numerics See info in area-owners.md if you want to be subscribed.
Tagging subscribers to this area: @dotnet/area-system-numerics-tensors See info in area-owners.md if you want to be subscribed.
This was fixed by @michaelgsharp in #107852 and backported to .NET 9 in #108282.
Description
writes the
2d
to&myArrayOfLength1 + 1
wherever that may be.Reproduction Steps
Expected behavior
2d
should be written to the single entry of theTensorSpan
.Actual behavior
.
Regression?
No response
Known Workarounds
No response
Configuration
.NET8, Ubuntu22, x64
Other information
No response