Skip to content
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

Benchmark Suite #76

Open
tknopp opened this issue Jan 30, 2022 · 2 comments
Open

Benchmark Suite #76

tknopp opened this issue Jan 30, 2022 · 2 comments

Comments

@tknopp
Copy link
Member

tknopp commented Jan 30, 2022

I open this issue for discussions around the benchmark suite located here:
https://github.com/JuliaMath/NFFT.jl/tree/master/benchmark

The results are automatically integrated into our documentation
https://juliamath.github.io/NFFT.jl/dev/performance/

My idea would be to have a quick overview about where we stand instead of a pages long detailed benchmark comparison. However, I am open for integrating more cases, e.g.:

  • 1D, 2D, 3D
  • sparse NFFTs as are often used in MRI/Compressed Sensing

At some point also the GPU implementations would be nice to compare.

@aTrotier
Copy link

aTrotier commented Jan 31, 2022 via email

@tknopp
Copy link
Member Author

tknopp commented Jan 31, 2022

Yes good point. This will be more difficult to benchmark across packages though. We probably should just do what has been done in table 6.2 of https://arxiv.org/pdf/1808.06736.pdf.

In our case it should be about

   2*|σ*N|*sizeof(Complex{T}) + 2*M*D*(sizeof(T) + sizeof(Int64)) + D*LUTSize*3*sizeof(T)

which would give about 30 GB for the case reported in the paper. But there is some room for reducing that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants