-
Notifications
You must be signed in to change notification settings - Fork 58
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
[CI] SVE-512 tests timeout #1924
Comments
I am dropping this old idea back here for discussion. Currently on AVX512 we test :
With the other one, it'll be 4 tests per types, for 10 types total, for a grand total of 40. SO a reduction of 36.8% of the number of tests. |
2.I think it's mostly about trying to validate too many things. Those are two_range generic tests. We should look at those and see if we can loop less |
Should we then investigate using fuzz8ng firbthe algo test ? |
Fuzzing would be amazing. I could spend less time designing horrific contraptions to catch bugs. But you need like somewhere to run those. I doubt oss fuzz will take eve |
We can ask |
Some tests such as
unit.algo.algorithm.min_element_generic_one_pass.exe
andunit.algo.algorithm.swap_ranges_generic.exe
regularely timeout under SVE-512.The text was updated successfully, but these errors were encountered: