Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Dec 9, 2024
1 parent ff3ee0a commit 53b8267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/MatrixWrapper/Distributed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ TEST_P(DistMatL2D, canApplyCorrectly)
x->get_local_vector()->get_const_values(),
x->get_local_vector()->get_const_values() + local_vec_dim[0]);

std::cout << " res_x " << res_x << "\n";

ASSERT_EQ(res_x, exp_x[name][fused][ranks_per_gpu][rank]);
}

Expand Down

0 comments on commit 53b8267

Please sign in to comment.