Skip to content

Commit eaf3160

Browse files
Refactor CubeCL slices (#3104)
1 parent de7e264 commit eaf3160

File tree

5 files changed

+106
-93
lines changed

5 files changed

+106
-93
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,17 @@ 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 = "9a34fa342a4914a7a5ce962a4ddaef661ba557c5" }
160-
# cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "9a34fa342a4914a7a5ce962a4ddaef661ba557c5" }
161-
# cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "9a34fa342a4914a7a5ce962a4ddaef661ba557c5" }
159+
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "0e13dfd104a18f53e3d25608d59186a5e850d855" }
160+
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "0e13dfd104a18f53e3d25608d59186a5e850d855" }
161+
cubecl-std = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "0e13dfd104a18f53e3d25608d59186a5e850d855" }
162162
### For local development. ###
163163
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
164164
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
165165
# cubecl-std = { path = "../cubecl/crates/cubecl-std", default-features = false }
166166
### For the release. ###
167-
cubecl = { version = "0.5.0", default-features = false }
168-
cubecl-common = { version = "0.5.0", default-features = false }
169-
cubecl-std = { version = "0.5.0", default-features = false }
167+
# cubecl = { version = "0.5.0", default-features = false }
168+
# cubecl-common = { version = "0.5.0", default-features = false }
169+
# cubecl-std = { version = "0.5.0", default-features = false }
170170

171171
### For xtask crate ###
172172
tracel-xtask = { version = "=1.1.9" }

0 commit comments

Comments
 (0)