Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Apr 29, 2024
1 parent 24d8c31 commit afb20b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/burn-jit/src/kernel/matmul/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ pub enum MatmulStrategy {
}

#[cfg(feature = "autotune")]


#[cfg(not(feature = "autotune"))]
impl Default for MatmulStrategy {
fn default() -> Self {
Expand Down
2 changes: 0 additions & 2 deletions crates/burn-jit/src/kernel/reduce/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ pub enum ReduceStrategy {
}

#[cfg(feature = "autotune")]


#[cfg(not(feature = "autotune"))]
impl Default for ReduceStrategy {
fn default() -> Self {
Expand Down

0 comments on commit afb20b1

Please sign in to comment.