Skip to content

Commit 47a35b7

Browse files
Update cubecl (#2352)
1 parent c98b689 commit 47a35b7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ tch = "0.15.0"
152152
portable-atomic-util = { version = "0.2.2", features = ["alloc"] }
153153

154154
### For the main burn branch. ###
155-
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "52e21ff91890c8b0ae4943816fdcaa7e3f4be058" }
156-
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "52e21ff91890c8b0ae4943816fdcaa7e3f4be058" }
155+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "fb47090f7a44952ae3e3b2b72f8c5a88d8af56fd" }
156+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "fb47090f7a44952ae3e3b2b72f8c5a88d8af56fd" }
157157
### For local development. ###
158158
# cubecl = { path = "../cubecl/crates/cubecl" }
159159
# cubecl-common = { path = "../cubecl/crates/cubecl-common" }

0 commit comments

Comments
 (0)