Skip to content

Commit

Permalink
Update CubeCL
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherJingkongChen committed Dec 5, 2024
1 parent 9ac5a3d commit 1d8b131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ ahash = { version = "0.8.11", default-features = false }
portable-atomic-util = { version = "0.2.4", features = ["alloc"] }

### For the main burn branch. ###
cubecl = { git = "https://github.com/AsherJingkongChen/cubecl", default-features = false, branch = "refactor/wgpu-v23" }
cubecl-common = { git = "https://github.com/AsherJingkongChen/cubecl", default-features = false, branch = "refactor/wgpu-v23" }
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "13fc62c22f311d2d153abbc4ffb4ef5271bc82a3" }
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "13fc62c22f311d2d153abbc4ffb4ef5271bc82a3" }
### For local development. ###
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
Expand Down

0 comments on commit 1d8b131

Please sign in to comment.