From 6ea093fc80500a0d16fee0526add815420306ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=BCrger?= Date: Mon, 18 Dec 2023 16:48:19 +0000 Subject: [PATCH] fix incompatibility with latest Grid --- Grid/Benchmark_Grid.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Grid/Benchmark_Grid.cpp b/Grid/Benchmark_Grid.cpp index d27707c..262e0eb 100644 --- a/Grid/Benchmark_Grid.cpp +++ b/Grid/Benchmark_Grid.cpp @@ -525,8 +525,6 @@ class Benchmark FGrid->Broadcast(0, &ncall, sizeof(ncall)); - Dw.ZeroCounters(); - time_statistics timestat; std::vector t_time(ncall); for (uint64_t i = 0; i < ncall; i++) @@ -721,7 +719,6 @@ class Benchmark uint64_t ncall = 500; FGrid->Broadcast(0, &ncall, sizeof(ncall)); - Ds.ZeroCounters(); time_statistics timestat; std::vector t_time(ncall);