From 873e6ac54b79d7422d13c1cdfb56e55b61695746 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 1 Jun 2016 14:20:50 -0700 Subject: Silenced compilation warning generated by nvcc. --- unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h index f9ce24373..45087a9a4 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h @@ -530,6 +530,7 @@ template struct InnerReductionLauncher { static bool run(const Self&, Op&, const GpuDevice&, half*, typename Self::Index, typename Self::Index) { assert(false && "Should not be called since there is no packet accessor"); + return true; } }; -- cgit v1.2.3