mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Silenced one last warning
This commit is contained in:
@@ -48,7 +48,7 @@ class BaseTensorContractionMapper {
|
|||||||
m_k_strides(k_strides) { }
|
m_k_strides(k_strides) { }
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
EIGEN_STRONG_INLINE void prefetch(int i) { }
|
EIGEN_STRONG_INLINE void prefetch(int /*i*/) { }
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
EIGEN_STRONG_INLINE Scalar operator()(Index row) const {
|
EIGEN_STRONG_INLINE Scalar operator()(Index row) const {
|
||||||
|
|||||||
Reference in New Issue
Block a user