Skip to content

Commit d8cf24e

Browse files
committed
Enable AVX-512 in matrixmultiply
The new version of matrixmultiply supports AVX-512 (by the usual target feature detection), as a default feature (but ndarray needs to turn it back on).
1 parent bd3ade9 commit d8cf24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rayon = { version = "1.10.0", optional = true }
4646
cblas-sys = { workspace = true, optional = true }
4747
libc = { version = "0.2.82", optional = true }
4848

49-
matrixmultiply = { version = "0.3.2", default-features = false, features=["cgemm"] }
49+
matrixmultiply = { version = "0.3.11", default-features = false, features=["avx512", "cgemm"] }
5050

5151
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
5252
rawpointer = { version = "0.2" }

0 commit comments

Comments
 (0)