aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
diff options
context:
space:
mode:
authorGravatar Mehdi Goli <mehdi.goli@codeplay.com>2016-11-14 18:13:53 +0000
committerGravatar Mehdi Goli <mehdi.goli@codeplay.com>2016-11-14 18:13:53 +0000
commit05e8c2a1d917af341e3f602e0589b8264ba572f6 (patch)
treeb35a999ed32bb68fe61de392687897ec7ad8306c /unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
parentf8ca893976316df46791d2f088552fb2aea419bb (diff)
Adding extra test for non-fixed size to broadcast; Replacing stcl with sycl.
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
index 2b56340bd..284f29345 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h
@@ -503,11 +503,11 @@ struct TensorEvaluator<const TensorSlicingOp<StartIndices, Sizes, ArgType>, Devi
}
return NULL;
}
- /// used by stcl
+ /// used by sycl
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorEvaluator<ArgType, Device>& impl() const{
return m_impl;
}
- /// used by stcl
+ /// used by sycl
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const StartIndices& startIndices() const{
return m_offsets;
}