aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GeneralProduct.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2017-09-07 09:13:52 +0000
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2017-09-07 09:13:52 +0000
commitea4e65bf413fd5e60cd13407879d7ccaae62f6fc (patch)
treecb54d80fdf83659997d0f7e5a29946be73d0dcdb /Eigen/src/Core/GeneralProduct.h
parenta91918a105878fafb653a431677aee2e7fe0bf87 (diff)
Fixed compilation with cuda_clang.
Diffstat (limited to 'Eigen/src/Core/GeneralProduct.h')
-rw-r--r--Eigen/src/Core/GeneralProduct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/GeneralProduct.h b/Eigen/src/Core/GeneralProduct.h
index 483277fe6..694f7cbde 100644
--- a/Eigen/src/Core/GeneralProduct.h
+++ b/Eigen/src/Core/GeneralProduct.h
@@ -396,6 +396,7 @@ template<> struct gemv_dense_selector<OnTheRight,RowMajor,false>
*/
template<typename Derived>
template<typename OtherDerived>
+EIGEN_DEVICE_FUNC
inline const Product<Derived, OtherDerived>
MatrixBase<Derived>::operator*(const MatrixBase<OtherDerived> &other) const
{