Skip to content

Better suppor for interactive apps in Multi-Node #1228

@danielfrg

Description

@danielfrg

When wrapping cuPyNumeric (and legate code in general) in interactive Apps (streamlit) or APIs (FastAPI) cuPyNumeric code will get executed in different order, when clicking in the app or making a request.

This works fine in Single-Node but for Multi-Node the execution of the code will diverge and creates issues.

We should support this scenario. with either a client-server architecture or also safe single node execution that allows one rank to trigger compute in others?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions