You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* erand48() does not exist on windows (so much for <stdlib.h> ...)
* Deactivate fuzzing big sizes of matmul - pending #149
* Add setup and bench on GCC 8 as GCC10 OpenMP is broken
* size 2 also tends to stall?
* C++ compat shim
* For now skip the full GEMM "fuzz-like" tests.
It seems in CI like the matrix multiplication "fuzzing" can stall a worker from time to time on
syncScope
.For now I'll reduce the test samples as it distracts from detecting regressions.
The text was updated successfully, but these errors were encountered: