Skip to content

Commit

Permalink
FEAT: Update to matrixmultiply 0.3
Browse files Browse the repository at this point in the history
This version supports multithreading with the threading feature.
  • Loading branch information
bluss committed Jan 10, 2021
1 parent 225d967 commit 8b26c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ approx = { version = "0.4", optional = true , default-features = false }
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
blas-src = { version = "0.6.1", optional = true, default-features = false }

matrixmultiply = { version = "0.2.0", default-features = false}
matrixmultiply = { version = "0.3.0", default-features = false}
serde = { version = "1.0", optional = true }
rawpointer = { version = "0.2" }

Expand Down

0 comments on commit 8b26c20

Please sign in to comment.