mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Re-enable blocking on rows in non-l3 blocking mode.
This commit is contained in:
parent
aa8c6a251e
commit
6850eab33b
@ -352,9 +352,8 @@ class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, M
|
|||||||
}
|
}
|
||||||
else // no l3 blocking
|
else // no l3 blocking
|
||||||
{
|
{
|
||||||
Index m = this->m_mc;
|
|
||||||
Index n = this->m_nc;
|
Index n = this->m_nc;
|
||||||
computeProductBlockingSizes<LhsScalar,RhsScalar,KcFactor>(this->m_kc, m, n, num_threads);
|
computeProductBlockingSizes<LhsScalar,RhsScalar,KcFactor>(this->m_kc, this->m_mc, n, num_threads);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_sizeA = this->m_mc * this->m_kc;
|
m_sizeA = this->m_mc * this->m_kc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user