benchmark-quda #3
@ -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()`
|
||||
|
Loading…
Reference in New Issue
Block a user