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

Dependency Graph #102

Open
martin-ueding opened this issue Aug 2, 2019 · 0 comments
Open

Dependency Graph #102

martin-ueding opened this issue Aug 2, 2019 · 0 comments

Comments

@martin-ueding
Copy link
Contributor

We start to realize that our heuristic ad-hoc dependency tracking is an improvement over the inconsistent explicit loops where one has no dependency abstraction but fails shorts of delivering a really good way of organizing the work. At the current stage the memory requirement scales with the number of threads p as O(p) which severely limits us on most machines. Additionally we don't know how much memory we really need for what.

By introducing a dependency graph we would have full knowledge of what to build, would know how much memory every node needs and could do optimal subgraph traversal for maximal re-use.

This issue shall contain the discussion and the accompanying Dependency Graph wiki page shall contain the design of that feature such that it can serve as documentation later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant