add indication of shared-memory directions in comms benchmark #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "simon.buerger/lattice-benchmarks:feature/grid-shared-mem"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a column in the comms benchmark indicating which directions use shared memory. The options are
yes
(i.e. purely shared-memory communication)no
(i.e. purely network) andpartial
(= mixture of both). In practice,partial
dimensions are bottlenecked by the network and thus should have the same performance asno
dimensions, but it still might be nice to know.Same information is of course also put into the json output.
Thank you!