Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute independent branches of dependency graph in parallel #1166

Open
lars-reimann opened this issue May 13, 2024 · 0 comments
Open

Compute independent branches of dependency graph in parallel #1166

lars-reimann opened this issue May 13, 2024 · 0 comments
Labels
enhancement 💡 New feature or request
Milestone

Comments

@lars-reimann
Copy link
Member

lars-reimann commented May 13, 2024

Is your feature request related to a problem?

If users, for example, train several ML models on the same data, we could do this in parallel instead of sequentially.

Desired solution

Add new interface methods to the runner to tell it that operations may be run in parallel. The runner can then decide whether to do so.

At this stage, it might be best to split the Python generator into two, one with and one without runner generation, since the generated code would become very dissimilar.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann lars-reimann added the enhancement 💡 New feature or request label May 13, 2024
@lars-reimann lars-reimann added this to the Future milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant