Skip to content

Commit 8cc2c9e

Browse files
committed
bump gemm
1 parent 0e9f509 commit 8cc2c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfdx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ num-traits = { workspace = true }
3535
safetensors = { workspace = true, optional = true }
3636
memmap2 = { workspace = true, optional = true }
3737
half = { version = "2.3.1", optional = true, features = ["num-traits", "rand_distr"] }
38-
gemm = { version = "0.16.14", default-features = false, optional = true, features = ["rayon"] }
38+
gemm = { version = "0.17.1", default-features = false, optional = true, features = ["rayon"] }
3939
rayon = { version = "1.7.0", optional = true }
4040
libm = { workspace = true }
4141
wgpu = { version = "0.18.0", features = ["glsl", "spirv"], optional = true }

0 commit comments

Comments
 (0)