-
Notifications
You must be signed in to change notification settings - Fork 0
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
Setup Benchmarking Scripts #28
Comments
We should be sure to setup Remora, either via python or batch scripts: |
Reading Stampede3 User guide, some notes: There are some build considerations as well, like comparing AVX512 with AVX2 Batch scripts for targeting different node types, looks like they're in separate partitions: Skylake might be a better bet, more of them and they're faster(?) |
While I procrastinate, I added FFTW3 plan creation strategy and wisdom import / export to the example CLI. |
Cleaned up initialization a bit, added a rand method to match the 2023 implementation: |
Expose FFTW3 Measure plan type: |
It's early days for this implementation, there's much work to be done.
But,
Things are at a point now that I need to start getting a comparisons with the old implementation
and testing design decisions (#25 , #11 ). Our ground truth for performance is going to on Stampede3, probably on Sapphire Rapids nodes.
I want to start that process.
The old code lives here, we need to be able to run that:
https://github.com/TEAlab/FFTStencils/tree/main
We'll need:
My initial thought here is to create another repo just for this the Stampede3 experiments.
The text was updated successfully, but these errors were encountered: