Skip to content

Commit

Permalink
benchmarks: comment out large fft benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
bd4 committed Dec 20, 2023
1 parent 87d2a6a commit 7619e2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmarks/bench_fft.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ BENCHMARK(BM_fft_r2c_2d<float, 32, 16, 500, gt::space::managed>)
BENCHMARK(BM_fft_r2c_2d<double, 32, 16, 500, gt::space::managed>)
->Unit(benchmark::kMillisecond);

BENCHMARK(BM_fft_r2c_2d<double, 256, 45, 2, gt::space::managed>)
->Unit(benchmark::kMillisecond);
// Uncomment to benchmark bigger case on large HPC class GPUs
// BENCHMARK(BM_fft_r2c_2d<double, 256, 45, 2, gt::space::managed>)
// ->Unit(benchmark::kMillisecond);

template <typename E, int Nx, int Ny, int batch_k,
typename S = gt::space::device>
Expand Down

0 comments on commit 7619e2b

Please sign in to comment.