Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armhf: HwyMulTestGroup/HwyMulTest.TestAllSatWidenMulPairwiseAdd/EMU128 #1683

Closed
malaterre opened this issue Aug 28, 2023 · 5 comments
Closed

Comments

@malaterre
Copy link
Contributor

Version c7b1348 currently fails on armhf/gcc-13:

Total Test time (real) = 24.78 sec

The following tests FAILED:
350 - HwyMulTestGroup/HwyMulTest.TestAllSatWidenMulPairwiseAdd/EMU128 # GetParam() = 2305843009213693952 (Subprocess aborted)
356 - HwyMulTestGroup/HwyMulTest.TestAllSumOfMulQuadAccumulate/EMU128 # GetParam() = 2305843009213693952 (Subprocess aborted)
Errors while running CTest

ref:

@jan-wassenberg
Copy link
Member

Thanks for reporting this. GCC-13 is unfortunately quite broken :/ Looks like this is 13.2.
In detect_targets, how about we change this
HWY_COMPILER_GCC_ACTUAL && HWY_COMPILER_GCC_ACTUAL < 1203
to 1303? Or perhaps less optimistically 1400?

copybara-service bot pushed a commit that referenced this issue Aug 29, 2023
PiperOrigin-RevId: 560997907
@malaterre
Copy link
Contributor Author

Or perhaps less optimistically 1400?

OK, let's go with this one. I'll prepare a proper bug report against 13.2 in the mean time. Thanks for the symptom fix.

copybara-service bot pushed a commit that referenced this issue Aug 29, 2023
PiperOrigin-RevId: 560997907
@jan-wassenberg
Copy link
Member

Sounds good, thanks for filing a bug :)

copybara-service bot pushed a commit that referenced this issue Aug 29, 2023
PiperOrigin-RevId: 560997907
@malaterre
Copy link
Contributor Author

for ref:

@jan-wassenberg
Copy link
Member

Thanks for filing the bug :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants