diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h index 939de5f11..8ed71f838 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h @@ -27,6 +27,7 @@ */ // SFINAE requires variadic templates +#ifndef __CUDACC__ #ifdef EIGEN_HAS_VARIADIC_TEMPLATES // SFINAE doesn't work for gcc <= 4.7 #ifdef EIGEN_COMP_GNUC @@ -36,7 +37,7 @@ #else #define EIGEN_HAS_SFINAE #endif - +#endif #endif #define EIGEN_SFINAE_ENABLE_IF( __condition__ ) \