-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Parallelization support in AutoAttack [JATIC-I2-IBM] #2258
Parallelization support in AutoAttack [JATIC-I2-IBM] #2258
Conversation
Signed-off-by: Kieran Fraser <[email protected]>
Signed-off-by: Kieran Fraser <[email protected]>
…t for lower perturbation in parallel mode. Signed-off-by: Kieran Fraser <[email protected]>
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## dev_1.16.0 #2258 +/- ##
==============================================
+ Coverage 83.87% 85.83% +1.96%
==============================================
Files 318 318
Lines 28329 28356 +27
Branches 5157 5169 +12
==============================================
+ Hits 23761 24340 +579
+ Misses 3243 2708 -535
+ Partials 1325 1308 -17
|
Signed-off-by: Kieran Fraser <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kieranfraser Thank you very much for adding the first multiprocessing feature to ART's attacks. I have added a few minor suggestions. Please let me know what you think!
Signed-off-by: Kieran Fraser <[email protected]>
Signed-off-by: Kieran Fraser <[email protected]>
Signed-off-by: Kieran Fraser <[email protected]>
Description
Adding parallelization (CPU) support for AutoAttack to facilitate identification of attack combinations with lowest perturbations whilst maximizing CPU usage.
Addresses elements of #618, fixes #2256
Type of change
Please check all relevant options.
Testing
Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.
test_generate_parallel
Test Configuration:
Checklist