Skip to content

Commit 47d59d1

Browse files
authored
update cubecl: sync full cyclic checked (#3025)
1 parent 8525935 commit 47d59d1

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
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 = "af4ee66b3334339da4cfdf547c91e8a620dd4c52" }
160-
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "af4ee66b3334339da4cfdf547c91e8a620dd4c52" }
161-
cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "af4ee66b3334339da4cfdf547c91e8a620dd4c52" }
159+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "84e713ead20d649b58a2eba29cef86d8fadfcddb" }
160+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "84e713ead20d649b58a2eba29cef86d8fadfcddb" }
161+
cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "84e713ead20d649b58a2eba29cef86d8fadfcddb" }
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)