Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ portable-atomic = { version = "1.11.1" }
portable-atomic-util = { version = "0.2.4", features = ["alloc"] }

### For the main burn branch. ###
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "22c9226d87550b32412d21579b041d806762f2df" }
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "22c9226d87550b32412d21579b041d806762f2df" }
cubecl-quant = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "22c9226d87550b32412d21579b041d806762f2df" }
cubecl = { git = "https://github.com/amfaber/cubecl", default-features = false, rev = "e790a93af640c107430bf3d184ee3b631d0f57cb" }
cubecl-common = { git = "https://github.com/amfaber/cubecl", default-features = false, rev = "e790a93af640c107430bf3d184ee3b631d0f57cb" }
cubecl-quant = { git = "https://github.com/amfaber/cubecl", default-features = false, rev = "e790a93af640c107430bf3d184ee3b631d0f57cb" }
Comment on lines +158 to +160
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: update to cubecl merged rev once linked PR lands

### For local development. ###
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
Expand Down