We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toc
1 parent b2387c4 commit 9cb36a5Copy full SHA for 9cb36a5
1 file changed
benchmark/utils/timer.hpp
@@ -272,7 +272,6 @@ class CudaTimer : public Timer {
272
273
double toc_impl() override
274
{
275
- exec_->synchronize();
276
gko::cuda::device_guard g{id_};
277
// Currently, gko::CudaExecutor always use default stream.
278
GKO_ASSERT_NO_CUDA_ERRORS(cudaEventRecord(stop_));
@@ -340,7 +339,6 @@ class HipTimer : public Timer {
340
339
341
342
343
344
gko::hip::device_guard g{id_};
345
// Currently, gko::HipExecutor always use default stream.
346
GKO_ASSERT_NO_HIP_ERRORS(hipEventRecord(stop_));
0 commit comments