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

Enable Solver Parallelization with Loihi2 Backend #197

Merged
merged 34 commits into from
Mar 23, 2023
Merged

Conversation

GaboFGuerra
Copy link
Collaborator

@GaboFGuerra GaboFGuerra commented Mar 14, 2023

Issue Number:

Objective of pull request:

Pull request checklist

Your PR fulfills the following requirements:

  • Issue created that explains the change and why it's needed
  • Tests are part of the PR (for bug fixes / features)
  • Docs reviewed and added / updated if needed (for bug fixes / features)
  • PR conforms to Coding Conventions
  • PR applys BSD 3-clause or LGPL2.1+ Licenses to all code files
  • Lint (pyb) passes locally
  • Build tests (pyb -E unit) or (python -m unittest) passes locally

Pull request type

Please check your PR type:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation changes
  • Other (please describe):

What is the current behavior?

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Supplemental information

@AlessandroPierro AlessandroPierro linked an issue Mar 16, 2023 that may be closed by this pull request
2 tasks
@GaboFGuerra GaboFGuerra marked this pull request as ready for review March 16, 2023 21:18
GaboFGuerra and others added 15 commits March 16, 2023 22:22
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Signed-off-by: GaboFGuerra <[email protected]>
Copy link
Collaborator

@AlessandroPierro AlessandroPierro left a comment

Choose a reason for hiding this comment

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

Just left a couple of comments, feel free to implement those changes and merge.

This was a lot of hard work but it is an extremely useful feature, thank you! 🚀

@GaboFGuerra GaboFGuerra merged commit 73fc720 into main Mar 23, 2023
mgkwill pushed a commit that referenced this pull request Apr 21, 2023
@AlessandroPierro AlessandroPierro deleted the hp_parallel_l2 branch July 6, 2023 07:29
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.

Loihi 2 backend support for parallel OptimizationSolver
2 participants