Skip to content

[Algs] Run sparse communication on a single large allocation #1478

@tdavidcl

Description

@tdavidcl

Payload should be replaced by something like:

struct MPI_Message {
    sham::DeviceBuffer<u8> & bytebuf; // maybe use a host/device variant
    u64 offset, length;
    i32 rank_sender, rank_receiver;
}

where bytebuf is shared by multiple messages. Additionally the direct GPU toggle should be handled manually where the allocation is swapped by a host one last minute if gpu not avail.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    rewriteSomething that should be rewritten

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions