Skip to content

ENH: Support multi-GPU computation #175

@timmens

Description

@timmens

For SOTA models most PyLCM users solve and simulate the model on a server, which often has multiple GPUs available.

If multiple GPUs are available, PyLCM should be able to leverage this.

Where it could help

Multi-regime case:

In the multi-regime case, in a given period we compute the value function for each regime. These computations are independent and embarrassingly parallel and could be done on separate hardware.

Split-up state-space:

For very large state-spaces that cannot be reduced further using regimes, we could try to divide the state-space into as many pieces as there is hardware available.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions