Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Feb 11, 2022
2 parents ce3d15a + 73a9e57 commit 581457e
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 495 deletions.
4 changes: 2 additions & 2 deletions benchmark/performance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ include("../Wrappers/FINUFFT.jl")



const threads = [1,2,4,8,16]
const threads = [1,2,4,8]
const preString = "LUT"
const precomp = [NFFT.LUT, NFFT.TENSOR, NFFT.LUT, NFFT.LUT, NFFT.TENSOR]
const packagesCtor = [NFFTPlan, NFFTPlan, FINUFFTPlan, NFFT3Plan, NFFT3Plan]
const packagesStr = ["NFFT.jl/LUT", "NFFT.jl/TENSOR", "FINUFFT", "NFFT3/LUT", "NFFT3/TENSOR"]
const benchmarkTime = [5, 25, 25]
const benchmarkTime = [2, 5, 5]

NFFT.FFTW.set_num_threads(Threads.nthreads())
ccall(("omp_set_num_threads",NFFT3.lib_path_nfft),Nothing,(Int64,),convert(Int64,Threads.nthreads()))
Expand Down
Loading

0 comments on commit 581457e

Please sign in to comment.