summaryrefslogtreecommitdiffhomepage
path: root/eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu')
-rw-r--r--eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu3
1 files changed, 0 insertions, 3 deletions
diff --git a/eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu b/eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu
index 6858b43..ec06697 100644
--- a/eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu
+++ b/eigen/unsupported/test/cxx11_tensor_reduction_cuda.cu
@@ -12,9 +12,6 @@
#define EIGEN_TEST_FUNC cxx11_tensor_reduction_cuda
#define EIGEN_USE_GPU
-#if defined __CUDACC_VER__ && __CUDACC_VER__ >= 70500
-#include <cuda_fp16.h>
-#endif
#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>