Skip to content

Commit d752788

Browse files
Fix matmul dynamic line size support (#3056)
1 parent 6be2998 commit d752788

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ portable-atomic = { version = "1.11.0" }
156156
portable-atomic-util = { version = "0.2.4", features = ["alloc"] }
157157

158158
### For the main burn branch. ###
159-
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d5d76cad2a6a60475c096b2aa5aecb948aadc337" }
160-
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d5d76cad2a6a60475c096b2aa5aecb948aadc337" }
161-
cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d5d76cad2a6a60475c096b2aa5aecb948aadc337" }
159+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "5b14bba87eb784bfedb2f7ddc79dffc9b58fa3ed" }
160+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "5b14bba87eb784bfedb2f7ddc79dffc9b58fa3ed" }
161+
cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "5b14bba87eb784bfedb2f7ddc79dffc9b58fa3ed" }
162162
### For local development. ###
163163
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
164164
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }

0 commit comments

Comments
 (0)