Skip to content

Optimizing collectives for size  #8

@mcopik

Description

@mcopik

The HPC literature includes many collective algorithms optimized for specific network topologies and message sizes. Based on the message size, MPI implementations might choose completely different communication algorithms to efficiently utilize bandwidth on large messages and hide the latency for small messages, e.g., with pipelining.

We want to evaluate how such algorithms can be ported to serverless communication.

  • Research and evaluate improved broadcast.
  • Research and evaluate improved reduction.
  • Research and evaluate improved scan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions