From 17b76cb3e48db72ff5728aaa9103c678ace5e777 Mon Sep 17 00:00:00 2001 From: John Tromp Date: Sat, 9 Jun 2018 14:16:30 +0200 Subject: [PATCH] fix 192,7 cuda support --- equi_miner.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/equi_miner.cu b/equi_miner.cu index 4163f94..152ff0c 100644 --- a/equi_miner.cu +++ b/equi_miner.cu @@ -10,8 +10,6 @@ typedef uint16_t u16; typedef uint64_t u64; -#define htole32(x) (x) - #define checkCudaErrors(ans) { gpuAssert((ans), __FILE__, __LINE__); } inline void gpuAssert(cudaError_t code, const char *file, int line, bool abort=true) { if (code != cudaSuccess) {