mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
one more fix for openmp
This commit is contained in:
parent
d7fa09bf05
commit
193eedbfe2
@ -93,7 +93,7 @@ static void run(Index rows, Index cols, Index depth,
|
||||
LhsScalar* blockA = ei_aligned_stack_new(LhsScalar, kc*mc);
|
||||
std::size_t sizeW = kc*Traits::WorkSpaceFactor;
|
||||
RhsScalar* w = ei_aligned_stack_new(RhsScalar, sizeW);
|
||||
LhsScalar* blockB = blocking.blockB();
|
||||
RhsScalar* blockB = blocking.blockB();
|
||||
ei_internal_assert(blockB!=0);
|
||||
|
||||
// For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...
|
||||
|
Loading…
Reference in New Issue
Block a user