From 05e8c2a1d917af341e3f602e0589b8264ba572f6 Mon Sep 17 00:00:00 2001 From: Mehdi Goli Date: Mon, 14 Nov 2016 18:13:53 +0000 Subject: Adding extra test for non-fixed size to broadcast; Replacing stcl with sycl. --- unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h') 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, Devi } return NULL; } - /// used by stcl + /// used by sycl EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const TensorEvaluator& impl() const{ return m_impl; } - /// used by stcl + /// used by sycl EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const StartIndices& startIndices() const{ return m_offsets; } -- cgit v1.2.3