Skip to content

Commit

Permalink
Reset matmul config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Sep 20, 2024
1 parent 75edbf1 commit 03ed5d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/cubecl-linalg/src/matmul/cmma/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ impl Default for CmmaConfig {
false,
WriteOutStrategy::ReuseSmem,
CubeDispatchStrategy::ColMajor,
ComputeLoopOrderStrategy::AllAccumulatorsFirst {
reuse_lhs_fragment: true,
},
ComputeLoopOrderStrategy::AllBuffersFirst,
)
}
}
Expand Down

0 comments on commit 03ed5d0

Please sign in to comment.