Skip to content

Commit b0dd6ca

Browse files
tannergoodingmichaelgsharp
authored andcommitted
Mark TensorPrimitives as unsafe (dotnet#93412)
1 parent 3a970a8 commit b0dd6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.netcore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace System.Numerics.Tensors
1313
{
14-
public static partial class TensorPrimitives
14+
public static unsafe partial class TensorPrimitives
1515
{
1616
private const nuint NonTemporalByteThreshold = 256 * 1024;
1717

0 commit comments

Comments
 (0)