-
Notifications
You must be signed in to change notification settings - Fork 8
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
Investigate disappointing ARM64 results #68
Comments
One key reason found: The profiling images only contain gcc-8 which disables the ARM64 code -> Need to upgrade the ARM64 Dockerfile and the required ci-images |
When looking at a more recent run (log & visualization (filtering "All" dates, "aarch64" , "Kyber", "NIST L1", for example)), one can now see the good performance increase due to open-quantum-safe/liboqs#1117. I still don't understand why
Tagging @dstebila @bhess @Martyrshot for insights. |
The last time I used ARM aes instructions the performance was far better than with software implementations, so I assume one should see a speedup. Would it make sense to add a benchmark for common crypto to be able to better explain the impact of their performance? |
As far as I can see there are no ARM-optimized "90s" available from pqclean, which explains why it falls back to the slower reference implementation. |
https://openquantumsafe.org/benchmarking/visualization/speed_kem.html doesn't show marked performance improvements for aarch64 Kyber as should be visible due to open-quantum-safe/liboqs#1117 now being part of profiling image -> config options not properly set?
@Martyrshot: What performance changes would you expect based on your local tests?
The text was updated successfully, but these errors were encountered: