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

Create CODEOWNERS #1

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Create CODEOWNERS #1

merged 1 commit into from
Oct 25, 2021

Conversation

mgkwill
Copy link
Collaborator

@mgkwill mgkwill commented Oct 25, 2021

Add @lava-nc/lava-optimization-committers to CODEOWNERS ensuring
only committers can merge patches for lava-nc/lava-optimization

Add @lava-nc/lava-optimization-committers to CODEOWNERS ensuring
only committers can merge patches for lava-nc/lava-optimization
@mgkwill mgkwill requested a review from a team October 25, 2021 17:26
Copy link
Collaborator

@GaboFGuerra GaboFGuerra left a comment

Choose a reason for hiding this comment

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

Approved!

@mgkwill mgkwill merged commit 32bc28c into lava-nc:main Oct 25, 2021
@mgkwill
Copy link
Collaborator Author

mgkwill commented Oct 25, 2021

Thanks @GaboFGuerra @awintel

@mgkwill mgkwill deleted the add-codeowners branch October 25, 2021 17:45
srrisbud added a commit to srrisbud/lava-optimization that referenced this pull request May 11, 2023
…ax cut-off

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
srrisbud added a commit to srrisbud/lava-optimization that referenced this pull request Jul 31, 2023
…ax cut-off

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
srrisbud added a commit that referenced this pull request Nov 9, 2023
* Prelim commit

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* NEBM+SCIF merger: first pass

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Prelim commit

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* NEBM+SCIF merger: second pass

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Post code-review: removed `debug` from NEBM, added docstrings, reinstated `best_solution` in read_gate

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* First VRP app commit; incomplete, needs tests

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Adding helper functions to generate Q matrices
for a) clustering b) tsp.
TODO: Add Typing code

* Second VRP app commit; functional with VRPy. Includes tests.

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Second VRP app commit; solver complete, needs correct Q matrices

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Changes to clustering matrix complete.
Made changes to TSP API only.
Further work needed on TSP logic

* New tsp matrix generator with tests

* Changed formulation of distance in TSP.
Encoding is now accurate

* Added proper clustering Q matrix generator
(with test)

* VRP Solver: Almost there

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* NEBM+SCIF merger: first pass

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Prelim commit

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* NEBM+SCIF merger: second pass

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Post code-review: removed `debug` from NEBM, added docstrings, reinstated `best_solution` in read_gate

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Adding helper functions to generate Q matrices
for a) clustering b) tsp.
TODO: Add Typing code

* Resolved conflicts

* Prelim commit

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* NEBM+SCIF merger: first pass

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Prelim commit

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* NEBM+SCIF merger: second pass

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Post code-review: removed `debug` from NEBM, added docstrings, reinstated `best_solution` in read_gate

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Changes to clustering matrix complete.
Made changes to TSP API only.
Further work needed on TSP logic

* New tsp matrix generator with tests

* Changed formulation of distance in TSP.
Encoding is now accurate

* VRPSolver first milestone: successfully solves VRPs

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* SCIF CPU backend model minor change to remove `state_hist` and pass tests

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Delinting working VRPSolver

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Commented out a piece of code dependent on a draft PR

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Remove lint and add VRPy to PyProject.TOML

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Sparsification attempt #1: DistProxy with sign inversion and max cut-off

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Intermediate check point commit for scenario sweep

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Profiling and sparsification related improvements to VRPSolver and VRPConfig

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Script to sweep various scenarios for performance modelling of VRPSolver

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Profiling and sparsification related improvements to VRPSolver and VRPConfig

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Fixed the way to check if VRPy is installed

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Code clean-up refactoring in LCA module

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Corrected TSP Q matrix name

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Added edge-pruning based sparsification

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Tests and scripts for quantification of the effect of dist-mat sparsity on solution quality

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Sparsification attempt #1: DistProxy with sign inversion and max cut-off

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Delint VRP solver.py

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* First commit of clustering and TSP. Clustering is almost complete.

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Cleaner unittest for solver

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Functioning Clustering and TSP apps

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Delinting

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Removed VRP from this branch

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Removed VRP unittests

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* Clustering demo jupyter notebook added

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

* TSP demo jupyter notebook added

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>

---------

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Co-authored-by: Ashish Rao Mangalore <ashish.rao.mangalore@intel.com>
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

3 participants