diff --git a/Eigen/src/Core/products/TriangularSolverMatrix.h b/Eigen/src/Core/products/TriangularSolverMatrix.h index 9f5ead2d61d..7354d8df28e 100644 --- a/Eigen/src/Core/products/TriangularSolverMatrix.h +++ b/Eigen/src/Core/products/TriangularSolverMatrix.h @@ -21,6 +21,7 @@ template +EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void trsmKernelL::kernel( Index size, Index otherSize, const Scalar* _tri, Index triStride, @@ -89,6 +92,7 @@ EIGEN_STRONG_INLINE void trsmKernelL +EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void trsmKernelR::kernel( Index size, Index otherSize, const Scalar* _tri, Index triStride,