add patch for OpenBLAS 0.3.7-0.3.12 to fix miscomputation on POWER#16199
Conversation
|
Test report by @Flamefire |
|
Tested with an installed
Prior to this PR it failed, after the PR it succeeded. |
|
Note that the patch differs slightly from upstream as I needed to backport it: Until 0.3.11 there was no #ifdef branch for POWER10 (introduced with OpenMathLib/OpenBLAS#2686) so up until 0.3.10 the only required patch is for POWER9, i.e. https://github.com/xianyi/OpenBLAS/blob/v0.3.10/param.h#L2263 For 0.3.12 POWER9 and POWER10 used the same values, so there is also only 1 change required: https://github.com/xianyi/OpenBLAS/blob/v0.3.12/param.h#L2391 In 0.3.14 and above the issue is fixed upstream by the linked PR. |
|
Going in, thanks @Flamefire! |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1255972246 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
(created using
eb --new-pr)See OpenMathLib/OpenBLAS#2923 (comment)