From 7d614769dbea3a88fafd12ee959b34c54c500be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Wed, 7 Feb 2024 15:18:42 +0100 Subject: [PATCH] remove forgotten access to load timer --- qdp_project/src/utils/aggregation.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qdp_project/src/utils/aggregation.h b/qdp_project/src/utils/aggregation.h index 91920d2..648be48 100644 --- a/qdp_project/src/utils/aggregation.h +++ b/qdp_project/src/utils/aggregation.h @@ -252,8 +252,6 @@ public: size_t value_count = chunk_size_b / sizeof(base_t); size_t i = 0; - *time_load = 0; - // stop before! running out of space if(value_count >= lanes) // keep in mind size_w is unsigned so if it becomes negative, it doesn't. for(; i <= value_count - lanes; i += lanes) {