diff --git a/Quda/Benchmark_Quda.cpp b/Quda/Benchmark_Quda.cpp index a1ea744..3ba7f84 100644 --- a/Quda/Benchmark_Quda.cpp +++ b/Quda/Benchmark_Quda.cpp @@ -226,7 +226,7 @@ void benchmark_dwf() #endif printfQuda("%5s %15s %15s\n", "L", "time (usec)", "Gflop/s/rank"); int Ls = 12; - for (int L : {8, 12, 16, 24, 32, 48}) + for (int L : {8, 12, 16, 24}) { auto U = make_gauge_field(L); auto src = make_source(L, Ls); @@ -305,7 +305,7 @@ void benchmark_axpy() printfQuda("%5s %15s %15s %15s %15s\n", "L", "size (MiB/rank)", "time (usec)", "GiB/s/rank", "Gflop/s/rank"); - std::vector L_list = {8, 12, 16, 24, 32}; + std::vector L_list = {8, 12, 16, 24, 32, 48}; for (int L : L_list) { // IMPORTANT: all of `param.x`, `field_elements`, `field.Bytes()`