From 155b3a832c590c55ea3d89dd0783713f1d0f19c1 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sun, 4 Jun 2023 19:35:54 +0800 Subject: fix: Fix compile error Signed-off-by: KunoiSayami --- expt_0516.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expt_0516.cu') diff --git a/expt_0516.cu b/expt_0516.cu index 48b3811..351a8c4 100644 --- a/expt_0516.cu +++ b/expt_0516.cu @@ -1,6 +1,6 @@ // Experimental content: Test branch performance (optimized memory and output) // #define PRINT_READ_PROCESS -#include "read_helper_p.h" +#include "read_helper.h" #include "sortlib.cuh" #include -- cgit v1.3.1