perf: ndarray features (#170)

This commit is contained in:
Nathaniel Simard 2023-02-22 08:44:20 -05:00 committed by GitHub
parent 9091363ada
commit 0d50ed0aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ default = ["std"]
std = [
"rand/std",
"ndarray/std",
"ndarray/rayon",
"ndarray/matrixmultiply-threading",
]
blas-netlib = ["ndarray/blas", "blas-src/netlib"]