-
Notifications
You must be signed in to change notification settings - Fork 112
CPUFJ for local search + simple rounding #405
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
Conversation
This reverts commit 4c1c75e.
|
/ok to test 6e4e9b4 |
|
/ok to test 323de70 |
Co-authored-by: Rajesh Gandham <rgandham@nvidia.com>
Co-authored-by: Rajesh Gandham <rgandham@nvidia.com>
Co-authored-by: Rajesh Gandham <rgandham@nvidia.com>
Co-authored-by: Rajesh Gandham <rgandham@nvidia.com>
tmckayus
left a comment
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.
infra/ci lgtm
Fixes two small packaging issues with `cuopt-server`: * removes unnecessary dependency on `httpx` (`cuopt-server` does not use this) * declares dependency on `psutil` (this is declared in wheels but was missing in conda packages) ## Notes for Reviewers ### How I found these Was looking at the conda recipes and checked these things, similar to this: ```shell git grep httpx ``` # Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Ramakrishnap (https://github.com/rgsl888prabhu) URL: #413
This dataset was disabled in PR #335 since the website was down, the services have been restored as of now, so enabling this back. And also adding details to README to benchmark mittleman and miplib. ## Issue #335 Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Rajesh Gandham (https://github.com/rg20) URL: #414
Adds 2 more video links to docs Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) URL: #416
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.
Great work Alice! The code looks good to me. I left a few suggestions below.
|
/ok to test acaa643 |
|
/ok to test bb86c49 |
|
/merge |
This PR introduces a host-side implementation of Feasibility Jump 2.0 (Efficient Local Search), with CPU-specific tweaks and optimizations. This heuristic is run in parallel with GPU FJ during local search, and the best resulting solution is picked.
Also included in this PR:
build.shoption to emit lineinfo for host source filesBenchmark results:
Main branch 53d6e74:
Excel results
PR (cad9773):
Excel results
closes #360