mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
Silenced one last warning
This commit is contained in:
parent
ae697b471c
commit
65af852b54
@ -48,7 +48,7 @@ class BaseTensorContractionMapper {
|
||||
m_k_strides(k_strides) { }
|
||||
|
||||
EIGEN_DEVICE_FUNC
|
||||
EIGEN_STRONG_INLINE void prefetch(int i) { }
|
||||
EIGEN_STRONG_INLINE void prefetch(int /*i*/) { }
|
||||
|
||||
EIGEN_DEVICE_FUNC
|
||||
EIGEN_STRONG_INLINE Scalar operator()(Index row) const {
|
||||
|
Loading…
Reference in New Issue
Block a user