better range of lattice sizes

This commit is contained in:
Simon Bürger 2023-06-09 18:07:36 +01:00
parent 6c15981737
commit 6a11511000

View File

@ -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()`