Skip to content

Commit

Permalink
Mark TensorPrimitives as unsafe (#93412)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding authored Oct 12, 2023
1 parent a451e68 commit 8f54e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace System.Numerics.Tensors
{
public static partial class TensorPrimitives
public static unsafe partial class TensorPrimitives
{
private const nuint NonTemporalByteThreshold = 256 * 1024;

Expand Down

0 comments on commit 8f54e89

Please sign in to comment.