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

BLOCKED: feat: intermediate state aggregation through a persistent AxEffects object #210

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexkeizer
Copy link
Collaborator

@alexkeizer alexkeizer commented Oct 2, 2024

Description:

Stacked on

This PR changes sym_n to keep a single AxEffects object which is updated (rather than replaced) each step.

Currently, this significantly slows down symbolic simulation, causing timeouts when simulation more than ~60 steps of SHA512, and thus breaking a lot of proofs.

Testing:

What tests have been run? Did make all succeed for your changes? Was
conformance testing successful on an Aarch64 machine?

License:

By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.

@alexkeizer alexkeizer force-pushed the persistent-axeffects-attempt-2 branch from 7393e1f to a838031 Compare October 2, 2024 22:50
@shigoel shigoel mentioned this pull request Oct 9, 2024
@alexkeizer alexkeizer changed the title WIP: feat: intermediate state aggregation through a persistent AxEffects object BLOCKED: feat: intermediate state aggregation through a persistent AxEffects object Oct 11, 2024
@alexkeizer
Copy link
Collaborator Author

This is currently blocked, waiting on a diagnosis of leanprover/lean4#5610

@alexkeizer alexkeizer force-pushed the persistent-axeffects-attempt-2 branch from 8c2ce24 to 2cb5579 Compare October 14, 2024 20:13
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 this pull request may close these issues.

1 participant