aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_device.cu
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/cxx11_tensor_device.cu')
-rw-r--r--unsupported/test/cxx11_tensor_device.cu5
1 files changed, 0 insertions, 5 deletions
diff --git a/unsupported/test/cxx11_tensor_device.cu b/unsupported/test/cxx11_tensor_device.cu
index d5bfeeb39..7c14bc187 100644
--- a/unsupported/test/cxx11_tensor_device.cu
+++ b/unsupported/test/cxx11_tensor_device.cu
@@ -16,11 +16,6 @@
#include "main.h"
#include <unsupported/Eigen/CXX11/Tensor>
-// The EIGEN_CUDACC_VER macro is provided by
-// unsupported/Eigen/CXX11/Tensor included above
-#if defined EIGEN_CUDACC_VER && EIGEN_CUDACC_VER >= 70500
-#include <cuda_fp16.h>
-#endif
using Eigen::Tensor;
using Eigen::RowMajor;