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

Improved performance of compilation to queries #773

Merged
merged 3 commits into from
Feb 6, 2024

Conversation

MatthewDaggitt
Copy link
Collaborator

@MatthewDaggitt MatthewDaggitt commented Feb 6, 2024

Recovers some of the performance hit incurred by recent changes to the compilation algorithm

  • Eagerly distribute At over vector ops instead of evaluating the whole vectors.
  • Refactor unblocking into two separate functions, one for boolean expressions and one for rationals.

@MatthewDaggitt MatthewDaggitt added this pull request to the merge queue Feb 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 6, 2024
@MatthewDaggitt MatthewDaggitt added this pull request to the merge queue Feb 6, 2024
Merged via the queue into dev with commit d0e2b57 Feb 6, 2024
19 checks passed
@MatthewDaggitt MatthewDaggitt deleted the marabou-performance branch February 6, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant