add indication of shared-memory directions in comms benchmark #2
Reference in New Issue
Block a user
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,partialdimensions are bottlenecked by the network and thus should have the same performance asnodimensions, but it still might be nice to know.Same information is of course also put into the json output.
Thank you!