Skip to content

Commit f673721

Browse files
Refactor binary op (#2085)
1 parent 88656d2 commit f673721

File tree

6 files changed

+328
-308
lines changed

6 files changed

+328
-308
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ sysinfo = "0.30.13"
143143
systemstat = "0.2.3"
144144

145145
### For the main burn branch. ###
146-
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "59a2dc228b24ed1e381ccd00998f0c8745a92dfd" }
147-
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "59a2dc228b24ed1e381ccd00998f0c8745a92dfd" }
146+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "a20ac61043c5540d47259e135c0823af3dd58fe8" }
147+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "a20ac61043c5540d47259e135c0823af3dd58fe8" }
148148
### For local development. ###
149149
# cubecl = { path = "../cubecl/crates/cubecl" }
150150
# cubecl-common = { path = "../cubecl/crates/cubecl-common" }

0 commit comments

Comments
 (0)