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

Preprocess the input query only once in DnC #248

Merged
merged 4 commits into from
May 20, 2020

Conversation

wu-haoze
Copy link
Collaborator

Currently in DnC, inputQuery is preprocessed multiple times.
This PR preprocess the inputQuery once with the baseEngine in DnCManager, and the worker engines only copy over the preprocessed input query.

@ahmed-irfan ahmed-irfan self-assigned this May 18, 2020
Copy link
Collaborator

@ahmed-irfan ahmed-irfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ahmed-irfan ahmed-irfan merged commit 87803ba into NeuralNetworkVerification:master May 20, 2020
AleksandarZeljic pushed a commit to AleksandarZeljic/Marabou that referenced this pull request Oct 9, 2020
…n#248)

Currently in DnC, inputQuery is preprocessed multiple times.
This PR preprocess the inputQuery once with the baseEngine in DnCManager, and the worker engines only copy over the preprocessed input query.


* preprocess input query only once in DnC

* remove external headers

* fix memory leak

* use wrap input query in dnc manager with unique ptr
matanost pushed a commit that referenced this pull request Nov 2, 2021
Currently in DnC, inputQuery is preprocessed multiple times.
This PR preprocess the inputQuery once with the baseEngine in DnCManager, and the worker engines only copy over the preprocessed input query.


* preprocess input query only once in DnC

* remove external headers

* fix memory leak

* use wrap input query in dnc manager with unique ptr
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.

2 participants