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

Inaccurate memory usage estimation #40

Open
calebwin opened this issue Sep 30, 2021 · 0 comments
Open

Inaccurate memory usage estimation #40

calebwin opened this issue Sep 30, 2021 · 0 comments
Assignees
Labels
banyan-jl Concerning Banyan.jl bug Something isn't working enhancement New feature or request

Comments

@calebwin
Copy link
Contributor

There are several aspects of this:

  • ScaleBy constraint on a task level, PT level (for Grouped/Blocked), and for each split/merge/cast function
  • Owned constraint (for mutation) and also ensuring that sample-related values are updated properly in case of mutation
  • Constraints that can be applied to all PAs for a task but then fused together only for the same PA for ScaleBy
  • Properly estimating memory usage in optimize_fit_in_cache for fused tasks where some values don't need to be in cache for the whole stage
@calebwin calebwin added bug Something isn't working enhancement New feature or request banyan-jl Concerning Banyan.jl labels Sep 30, 2021
@calebwin calebwin self-assigned this Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
banyan-jl Concerning Banyan.jl bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant