fix 192,7 cuda support

This commit is contained in:
John Tromp 2018-06-09 14:16:30 +02:00
parent e36ff05210
commit 17b76cb3e4
1 changed files with 0 additions and 2 deletions

View File

@ -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) {