From 61fc78bbda22f425a97761be57c219928d929ddc Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Tue, 13 Oct 2020 23:53:11 +0000 Subject: Get rid of nested template specialization in TensorReductionGpu.h, which was broken by c6953f799b01d36f4236b64f351cc1446e0abe17. --- unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'unsupported/Eigen/CXX11/src') 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