diff options
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(), |
