aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_device.cu
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-08-24 11:26:41 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-08-24 11:26:41 +0200
commit304ef2957134be386e50592ad7120177c5f3a7c0 (patch)
tree92a732ba402403b81e6761cbcace008998b0b580 /unsupported/test/cxx11_tensor_device.cu
parent21633e585b61564159d9cfbfbbad9006b8a09d64 (diff)
Handle min/max/inf/etc issue in cuda_fp16.h directly in test/main.h
Diffstat (limited to 'unsupported/test/cxx11_tensor_device.cu')
-rw-r--r--unsupported/test/cxx11_tensor_device.cu3
1 files changed, 0 insertions, 3 deletions
diff --git a/unsupported/test/cxx11_tensor_device.cu b/unsupported/test/cxx11_tensor_device.cu
index ae21f492a..cbb43e210 100644
--- a/unsupported/test/cxx11_tensor_device.cu
+++ b/unsupported/test/cxx11_tensor_device.cu
@@ -13,9 +13,6 @@
#define EIGEN_DEFAULT_DENSE_INDEX_TYPE int
#define EIGEN_USE_GPU
-#if EIGEN_CUDACC_VER >= 70500
-#include <cuda_fp16.h>
-#endif
#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>