From fbff4e26e58a11df1b60170beaf429bfde153203 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Wed, 24 Mar 2021 22:03:46 +0100 Subject: [PATCH] Adding filling benchmark --- example/SparseGrid/8_filling_benchmark/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/SparseGrid/8_filling_benchmark/main.cpp b/example/SparseGrid/8_filling_benchmark/main.cpp index ba0e077f0..97e732590 100644 --- a/example/SparseGrid/8_filling_benchmark/main.cpp +++ b/example/SparseGrid/8_filling_benchmark/main.cpp @@ -1,5 +1,5 @@ -#include "util/cuda/cuda_launch.hpp" +#include "util/cuda_launch.hpp" #include "Grid/grid_dist_id.hpp" #include "data_type/aggregate.hpp" #include "timer.hpp" -- GitLab