Skip to content

Commit

Permalink
Don't use SCOPED_TRACE in test_multiplication_hermitian
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 5, 2024
1 parent e506332 commit d34bc2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/multiplication/test_multiplication_hermitian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ void testHermitianMultiplication(const blas::Side side, const blas::Uplo uplo, c
hermitian_multiplication<B>(side, uplo, alpha, mat_a.get(), mat_b.get(), beta, mat_c.get());
}

// SCOPED_TRACE cannot yield.
mat_ch.waitLocalTiles();
SCOPED_TRACE(::testing::Message() << "m " << m << "n " << n << ", mb " << mb << ", nb " << nb);
auto t_before = pika::get_worker_thread_num();
CHECK_MATRIX_NEAR(res_c, mat_ch, 10 * (m + 1) * TypeUtilities<T>::error,
10 * (m + 1) * TypeUtilities<T>::error);
Expand Down

0 comments on commit d34bc2d

Please sign in to comment.