We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Performance
MacOS Sonoma 14.5
Current benchmarks which heavily rely on OpenMP are very slow.
It should perform similar to Linux version.
Run FFTBatch or FRI benchmark and it will result in 2-3x slower performance than expected.
We have tested the serial version performs as expected. So it is definitely a performance issue of OpenMP on Mac (only tested on M3).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue type
Performance
OS platform and distribution
MacOS Sonoma 14.5
Current behavior?
Current benchmarks which heavily rely on OpenMP are very slow.
Expected Behavior?
It should perform similar to Linux version.
Standalone code or description to reproduce the issue
Run FFTBatch or FRI benchmark and it will result in 2-3x slower performance than expected.
Additional context
We have tested the serial version performs as expected. So it is definitely a performance issue of OpenMP on Mac (only tested on M3).
The text was updated successfully, but these errors were encountered: