aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.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/TensorPatch.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/TensorPatch.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h b/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
index cead2eac8..1a105165d 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h
@@ -268,7 +268,7 @@ struct TensorEvaluator<const TensorPatchOp<PatchDim, ArgType>, Device>
TensorEvaluator<ArgType, Device> m_impl;
// required by sycl
- const PatchDim& patch_dims;
+ const PatchDim patch_dims;
};
} // end namespace Eigen