Removed unecesasry #include

This commit is contained in:
Benoit Steiner
2017-10-22 08:12:45 -07:00
parent f16ba2a630
commit a6d875bac8
11 changed files with 0 additions and 62 deletions

View File

@@ -14,12 +14,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;
void test_cuda_nullary() {