-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We want the reference benchmarks to be comparable, so it makes sense to run Koka with optimization enabled. However, all Koka benchmarks fail with exit code 132 (SIGILL) when the optimization level is 2/3 instead of 0.
I believe this is because of some missing SIMD instructions, either because of some Docker configuration or because our self-hosted actions runner doesn't support them. It could also be a problem with Koka itself, where it should have some -march=native flag which I couldn't find.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels