Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Aug 13, 2024
1 parent 67158f7 commit 5070c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/drivers/test_cqrrp_gpu.cu
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class TestCQRRP : public ::testing::TestWithParam<int64_t>
//printf("RANK AS RETURNED BY CQRRP GPU %4ld\n", rank);
printf(" BLOCK SIZE = %ld TIME (MS) = %ld\n", block_size, diff);
std::ofstream file(output_filename, std::ios::app);
std::copy(CQRRP_GPU.times.data(), CQRRP_GPU.times.data() + 14, std::ostream_iterator<T>(file, ", "));
std::copy(CQRRP_GPU.times.data(), CQRRP_GPU.times.data() + 16, std::ostream_iterator<T>(file, ", "));
file << "\n";

data_regen(m_info, all_data, state);
Expand Down

0 comments on commit 5070c72

Please sign in to comment.