You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#94555 added new generic versions of existing float-based TensorPrimitive methods. However, several of them are only currently vectorized when T == float. That vectorization should be extended at least to double as well:
Tagging subscribers to this area: @dotnet/area-system-numerics-tensors
See info in area-owners.md if you want to be subscribed.
Issue Details
#94555 added new generic versions of existing float-based TensorPrimitive methods. However, several of them are only currently vectorized when T == float. That vectorization should be extended at least to double as well:
#94555 added new generic versions of existing float-based TensorPrimitive methods. However, several of them are only currently vectorized when T == float. That vectorization should be extended at least to double as well:
runtime/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.netcore.cs
Line 14 in 7e51126
The text was updated successfully, but these errors were encountered: