diff options
| author | KunoiSayami <[email protected]> | 2023-07-09 03:09:38 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-07-09 03:09:38 +0800 |
| commit | c6f4418debfe1f045ef6b36dec5d0cf3a40fd281 (patch) | |
| tree | 06d25665b97d476538e3cb4236478c10580b7973 /publish_0630.cu | |
| parent | cbe4695b8bd0a4f0e429af19694030edeaf047a5 (diff) | |
2023-07-09 03:09
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'publish_0630.cu')
| -rw-r--r-- | publish_0630.cu | 4 |
1 files changed, 1 insertions, 3 deletions
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 <algorithm> #include <cassert> #include <cstdio> -#include <cstdlib> +#include <cstring> #include <fstream> #include <random> -#include <set> #include <vector> typedef unsigned long long key_type; @@ -121,7 +120,6 @@ inline void __cudaCheckError(const char *file, const int line) { /// 用於讀入資料的幫助類 /// 該類為模板類,可用於任意類型的讀入資料 template <typename key_type> class ReadHelper_ { - // typedef unsigned long long key_type; /// 用來存放最大值和最小值的變數 key_type max_value = std::numeric_limits<key_type>::min(), |
