From c6f4418debfe1f045ef6b36dec5d0cf3a40fd281 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sun, 9 Jul 2023 03:09:38 +0800 Subject: 2023-07-09 03:09 Signed-off-by: KunoiSayami --- publish_0630.cu | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'publish_0630.cu') diff --git a/publish_0630.cu b/publish_0630.cu index 31e66c9..9cdd7d3 100644 --- a/publish_0630.cu +++ b/publish_0630.cu @@ -67,10 +67,9 @@ Conference on Parallel and Distributed Systems, December 2012. #include #include #include -#include +#include #include #include -#include #include typedef unsigned long long key_type; @@ -121,7 +120,6 @@ inline void __cudaCheckError(const char *file, const int line) { /// 用於讀入資料的幫助類 /// 該類為模板類,可用於任意類型的讀入資料 template class ReadHelper_ { - // typedef unsigned long long key_type; /// 用來存放最大值和最小值的變數 key_type max_value = std::numeric_limits::min(), -- cgit v1.3.1