add indication of shared-memory directions in comms benchmark #2

Merged
portelli merged 1 commits from simon.buerger/lattice-benchmarks:feature/grid-shared-mem into main 2023-04-12 15:05:39 +01:00
Collaborator

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) and partial (= mixture of both). In practice, partial dimensions are bottlenecked by the network and thus should have the same performance as no dimensions, but it still might be nice to know.

Same information is of course also put into the json output.

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) and `partial` (= mixture of both). In practice, `partial` dimensions are bottlenecked by the network and thus should have the same performance as `no` dimensions, but it still might be nice to know. Same information is of course also put into the json output.
simon.buerger added 1 commit 2023-04-12 11:48:07 +01:00
Owner

Thank you!

Thank you!
portelli merged commit e5c61c2db1 into main 2023-04-12 15:05:39 +01:00
simon.buerger deleted branch feature/grid-shared-mem 2023-04-13 11:45:12 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: portelli/lattice-benchmarks#2
No description provided.