Skip to content

Commit

Permalink
Update cubecl version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Aug 27, 2024
1 parent 79cd3d5 commit 9881ca6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
40 changes: 24 additions & 16 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,14 @@ systemstat = "0.2.3"
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 = "d41dd0c00381fb935e4389927ee4bef0b8aba785" }
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d41dd0c00381fb935e4389927ee4bef0b8aba785" }
# cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d41dd0c00381fb935e4389927ee4bef0b8aba785" }
# cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "d41dd0c00381fb935e4389927ee4bef0b8aba785" }
### For local development. ###
# cubecl = { path = "../cubecl/crates/cubecl" }
# cubecl-common = { path = "../cubecl/crates/cubecl-common" }
### For the release. ###
cubecl = { version="0.2.0", default-features = false }
cubecl-common = { version="0.2.0", default-features = false }

[profile.dev]
debug = 0 # Speed up compilation time and not necessary.
Expand Down

0 comments on commit 9881ca6

Please sign in to comment.