Skip to content

Commit

Permalink
Set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Dec 17, 2024
1 parent 66aca7d commit 97f5638
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ 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/tracel-ai/cubecl", default-features = false, rev = "a4e2b77dcc1c91e31ca95a8d55454f8c49e1f4f6" }
# cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "a4e2b77dcc1c91e31ca95a8d55454f8c49e1f4f6" }
cubecl = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "4372c4109ec36b368236ad895df5009f6b6f1a18" }
cubecl-common = { git = "https://github.com/tracel-ai/cubecl", default-features = false, rev = "4372c4109ec36b368236ad895df5009f6b6f1a18" }
### For local development. ###
cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
# cubecl = { path = "../cubecl/crates/cubecl", default-features = false }
# cubecl-common = { path = "../cubecl/crates/cubecl-common", default-features = false }
### For the release. ###
# cubecl = { version = "0.3.0", default-features = false }
# cubecl-common = { version = "0.3.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions crates/burn-jit/src/fusion/matmul/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ impl<R: JitRuntime> OptimizationBuilder<JitOptimization<R>> for MatmulBuilder<R>

fn reset(&mut self) {
self.builder.reset();
self.builder_fallback.reset();
self.matmul = None;
}

Expand Down

0 comments on commit 97f5638

Please sign in to comment.