Skip to content

Commit

Permalink
#5603: Re-enable previously failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-dma committed May 9, 2024
1 parent bceaa4f commit d91aa25
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ TEST_F (CommonFixture, MatmulSingleCore){
int out_subblock_h = 4;
int out_subblock_w = 2;
for (unsigned int id = 0; id < devices_.size(); id ++){
// Skip this test on remote device until #5603 is fixed.
if (id > 0)
continue;
ASSERT_TRUE(unit_tests_common::matmul::test_matmul_single_core::matmul_single_core(this, devices_.at(id), M, N, K, out_subblock_h, out_subblock_w));
}
}

0 comments on commit d91aa25

Please sign in to comment.