Skip to content

Commit

Permalink
Update cubecl (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard authored Oct 9, 2024
1 parent c98b689 commit 47a35b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ tch = "0.15.0"
portable-atomic-util = { version = "0.2.2", features = ["alloc"] }

### For the main burn branch. ###
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "52e21ff91890c8b0ae4943816fdcaa7e3f4be058" }
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "52e21ff91890c8b0ae4943816fdcaa7e3f4be058" }
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "fb47090f7a44952ae3e3b2b72f8c5a88d8af56fd" }
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "fb47090f7a44952ae3e3b2b72f8c5a88d8af56fd" }
### For local development. ###
# cubecl = { path = "../cubecl/crates/cubecl" }
# cubecl-common = { path = "../cubecl/crates/cubecl-common" }
Expand Down

0 comments on commit 47a35b7

Please sign in to comment.