mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
fix unaligned workspace in sybb
This commit is contained in:
parent
8a38047ec5
commit
fffaa58ac2
@ -183,7 +183,7 @@ struct ei_sybb_kernel
|
|||||||
const Scalar* actual_b = blockB+j*depth;
|
const Scalar* actual_b = blockB+j*depth;
|
||||||
|
|
||||||
if(UpLo==Upper)
|
if(UpLo==Upper)
|
||||||
gebp_kernel(res+j*resStride, resStride, blockA, actual_b, j, depth, actualBlockSize);
|
gebp_kernel(res+j*resStride, resStride, blockA, actual_b, j, depth, actualBlockSize, -1, -1, 0, 0, workspace);
|
||||||
|
|
||||||
// selfadjoint micro block
|
// selfadjoint micro block
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user