Skip to content

Concurrent DCP S3 range readΒ #375

@clumsy

Description

@clumsy

Tell us more about this new feature.

There's opportunity to significantly speed up Distributed Checkpoint (DCP) S3 reads using concurrent S3 range fetches. The idea is to load data the exact S3 range and then load the tensor/bytes into PyTorch in a dedicated thread using checkpoint metadata. This is especially beneficial for instances with large network bandwidth and big number of CPUs which allows to saturate I/O.

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