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

Remove excessive stores from the error estimation mode #757

Closed
PetroZarytskyi opened this issue Feb 13, 2024 · 0 comments · Fixed by #773
Closed

Remove excessive stores from the error estimation mode #757

PetroZarytskyi opened this issue Feb 13, 2024 · 0 comments · Fixed by #773
Assignees
Milestone

Comments

@PetroZarytskyi
Copy link
Collaborator

In the error estimation mode, we create _EERepl_ variables, which are used to store the values of variables at every point of the function to then use them in the reverse sweep. However, on the current master, we can simply use the original variables instead since we now restore their values in the reverse sweep. We don't have to store any intermediate values in error estimation now.

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

Successfully merging a pull request may close this issue.

2 participants