better range of lattice sizes
This commit is contained in:
parent
32e301fc67
commit
e9d084ce09
@ -226,7 +226,7 @@ void benchmark_dwf()
|
|||||||
#endif
|
#endif
|
||||||
printfQuda("%5s %15s %15s\n", "L", "time (usec)", "Gflop/s/rank");
|
printfQuda("%5s %15s %15s\n", "L", "time (usec)", "Gflop/s/rank");
|
||||||
int Ls = 12;
|
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 U = make_gauge_field(L);
|
||||||
auto src = make_source(L, Ls);
|
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)",
|
printfQuda("%5s %15s %15s %15s %15s\n", "L", "size (MiB/rank)", "time (usec)",
|
||||||
"GiB/s/rank", "Gflop/s/rank");
|
"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)
|
for (int L : L_list)
|
||||||
{
|
{
|
||||||
// IMPORTANT: all of `param.x`, `field_elements`, `field.Bytes()`
|
// IMPORTANT: all of `param.x`, `field_elements`, `field.Bytes()`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user