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

Parallelize BrendelBethgeAttack #604

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wielandbrendel
Copy link
Member

Currently the BB attack only uses on CPU for finding optimal perturbation directions, which can severly bottleneck the attack speed. The solution proposed here doesn't work because jitclass does not release GIL, but the other backends of joblib fail due to serilization errors.

@zimmerrol
Copy link
Member

@wielandbrendel Can you please explain the current state of this PR? Is it correct that the idea you had to speed things up doesn't work or do you think this is still fixable?

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.

None yet

2 participants