Skip to content

Commit

Permalink
Remove cout
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed Aug 2, 2023
1 parent 02ea296 commit 377fa8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unittest/blas1/blas1_nrm2_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ void run_test(const combination_t<scalar_t> combi) {
out_s = _nrm2(sb_handle, size, gpu_x_v, incX, {copy_x});
}

std::cout << "SYCL " << out_s << " vs ref " << out_cpu_s << std::endl;

// Validate the result
const bool isAlmostEqual = utils::almost_equal(out_s, out_cpu_s);
ASSERT_TRUE(isAlmostEqual);
Expand Down

0 comments on commit 377fa8d

Please sign in to comment.