Skip to content

Commit

Permalink
Merge branch 'refactor/reuse_cmma_matrices' of github.com:tracel-ai/c…
Browse files Browse the repository at this point in the history
…ubecl into refactor/reuse_cmma_matrices
  • Loading branch information
louisfd committed Sep 9, 2024
2 parents d4d3d55 + e76a211 commit 31596c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cubecl-linalg/src/matmul/cmma/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct CmmaConfig {

impl Default for CmmaConfig {
fn default() -> Self {
Self::new(128, 16, true, WriteOutStrategy::ReuseSmem)
Self::new(128, 16, false, WriteOutStrategy::ReuseSmem)
}
}

Expand Down

0 comments on commit 31596c5

Please sign in to comment.