mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-28 07:42:02 +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);
|
LhsScalar* blockA = ei_aligned_stack_new(LhsScalar, kc*mc);
|
||||||
std::size_t sizeW = kc*Traits::WorkSpaceFactor;
|
std::size_t sizeW = kc*Traits::WorkSpaceFactor;
|
||||||
RhsScalar* w = ei_aligned_stack_new(RhsScalar, sizeW);
|
RhsScalar* w = ei_aligned_stack_new(RhsScalar, sizeW);
|
||||||
LhsScalar* blockB = blocking.blockB();
|
RhsScalar* blockB = blocking.blockB();
|
||||||
ei_internal_assert(blockB!=0);
|
ei_internal_assert(blockB!=0);
|
||||||
|
|
||||||
// For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...
|
// For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user