From b0616869c119f2472ddf37d8a62a2b1e07c5786d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 29 Nov 2022 17:13:45 +0100 Subject: [PATCH] Remove excess newlines --- atax/atax.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/atax/atax.cu b/atax/atax.cu index aeac239..7e6fb2e 100644 --- a/atax/atax.cu +++ b/atax/atax.cu @@ -90,8 +90,6 @@ __host__ static void kernel_atax(DATA_TYPE** A, DATA_TYPE* x, DATA_TYPE* y) } - - /** * The main function of the benchmark, which sets up tooling to measure the time spent computing `kernel_atax`. *