diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h index 02a514c0f..db4e8d866 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h @@ -80,8 +80,8 @@ __device__ inline double atomicExchCustom(double* address, double val) { } #ifdef EIGEN_HAS_GPU_FP16 -template