aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
diff options
context:
space:
mode:
authorGravatar Mehdi Goli <mehdi.goli@codeplay.com>2017-03-28 16:50:34 +0100
committerGravatar Mehdi Goli <mehdi.goli@codeplay.com>2017-03-28 16:50:34 +0100
commitbd64ee8555559ee13f02f2921594b4bd224f9d00 (patch)
tree6cb307e1db569b207e4a653f7ceda45c71d21444 /unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
parenta91417a7a5a210f424b8cfec4b2bc1e00aa340be (diff)
Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of dims to be int in Argmax.
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h b/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
index e341e2e9b..597f3f9ae 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
@@ -791,7 +791,7 @@ static const bool RunningOnGPU = false;
typename MakePointer_<CoeffReturnType>::Type m_result;
const Device& m_device;
- const Dims& m_xpr_dims;
+ const Dims m_xpr_dims;
};
} // end namespace Eigen