Skip to content

Commit

Permalink
Merge branch 'feat/reuse_out_smem' of github.com:tracel-ai/cubecl int…
Browse files Browse the repository at this point in the history
…o feat/reuse_out_smem
  • Loading branch information
louisfd committed Sep 9, 2024
2 parents e0b59c9 + 6e83f33 commit e5865b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cubecl-linalg/src/tests/matmul/cmma/matmul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ macro_rules! testgen_cmma_matmul {
}

#[test]
#[ignore] // Activate only for f16
pub fn test_matmul_cmma_64_64() {
tests::matmul_tests::test_matmul_cmma_64_64::<TestRuntime>(&Default::default())
}
Expand All @@ -43,6 +44,7 @@ macro_rules! testgen_cmma_matmul {
}

#[test]
#[ignore] // Activate only for f16
pub fn test_matmul_cmma_128_32() {
tests::matmul_tests::test_matmul_cmma_128_32::<TestRuntime>(&Default::default())
}
Expand Down

0 comments on commit e5865b5

Please sign in to comment.