Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.h

This commit is contained in:
Gael Guennebaud
2017-08-24 11:26:41 +02:00
parent 21633e585b
commit 304ef29571
13 changed files with 13 additions and 36 deletions

View File

@@ -20,9 +20,6 @@
#include <math_constants.h>
#include <cuda.h>
#if EIGEN_CUDACC_VER >= 70500
#include <cuda_fp16.h>
#endif
#include "main.h"
#include "cuda_common.h"