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

Active clock reduction #157

Open
t-lohse opened this issue Mar 30, 2023 · 0 comments
Open

Active clock reduction #157

t-lohse opened this issue Mar 30, 2023 · 0 comments
Labels
enhancement New feature or request large endeavour An endeavour that requires a relatively more effort to implement new feature A feature that should eventually be added

Comments

@t-lohse
Copy link
Contributor

t-lohse commented Mar 30, 2023

During clock reduction, an enhancement to the analysis is to utilize the memory more efficiently by having different, but still used, clocks map to the same ClockIndex. If we can prove that two clocks are used different places in the system, they can share row and column in the DBM, and save memory. Beyond that, if a clock is only used in a part of the system, the DBM could be scaled down in the other parts of the system.

@t-lohse t-lohse added enhancement New feature or request new feature A feature that should eventually be added large endeavour An endeavour that requires a relatively more effort to implement labels Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request large endeavour An endeavour that requires a relatively more effort to implement new feature A feature that should eventually be added
Projects
None yet
Development

No branches or pull requests

1 participant