Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/libraries/System.Numerics.Tensors/Directory.Build.props

This file was deleted.

3 changes: 2 additions & 1 deletion src/libraries/System.Numerics.Tensors/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# System.Numerics.Tensors
This library has not been shipped publicly and is not accepting contributions at this time.

Provides APIs for performing primitive operations over tensors represented by spans of memory.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to update this README to the format that other libraries use, i.e. https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Configuration.Abstractions/README.md. This can happen in a follow-up but please don't forget about it.

Also, as this package is now shipping officially, we should add a PACKAGE readme as well. I will add an entry in #91210 to track that work.