-
Notifications
You must be signed in to change notification settings - Fork 111
Branch 25.08 merge 25.05 #43
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
Merged
raydouglass
merged 8 commits into
NVIDIA:branch-25.08
from
rgsl888prabhu:branch-25.08-merge-25.05
May 29, 2025
Merged
Branch 25.08 merge 25.05 #43
raydouglass
merged 8 commits into
NVIDIA:branch-25.08
from
rgsl888prabhu:branch-25.08-merge-25.05
May 29, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds additional termination info for dual simplex. This allows users to get the same info from either solver when using Concurrent mode. Authors: - Chris Maes (https://github.com/chris-maes) Approvers: - Nicolas Blin (https://github.com/Kh4ster) URL: NVIDIA/cuopt#33
…unds lookup with wrong variable id (#36) Previously, we fixed the bug of fixed problems using wrong probing cache ids by having an origial variable id map. However, after the merge of load balanced versions, the fix was ommited in the load balanced versions. There was a related probing cache lookup bug in which we were using the fixed original problems variables ids with the fixed problems host bounds. Now this is solved by keeping a reverse map too. Authors: - Akif ÇÖRDÜK (https://github.com/akifcorduk) Approvers: - Kumar Aatish (https://github.com/kaatish) - Chris Maes (https://github.com/chris-maes) URL: NVIDIA/cuopt#36
* Address review comments * Add cli.rst * Cleanup CLI docs * Fix warnings and errors * Move commandline interface two levels up * Fix review comments * Adding changes from Andrew to add versions and adding link to cli * Update lp-milp-c-api.rst * changes for project.json and typedef header fix * Update cli-examples.rst * Update introduction.rst * Updates to faq.rst, introduction.rst, lp-features.rst, lp-milp-settings.rst, milp-features.rst, release-notes.rst, routing-features.rst * features and release notes * update * fix container path * fix container path * Move thirdparty files to directory and clean it * Update introduction.rst * Update brev details and add project.json * Changes to make cuOptCreateProblem consistent with cuOptCreateRangedProblem * deprecate cuda 11 support * Add rapids logger to rpath * Add cli test * fix issues * add a sample mps file for test * fix tests in docs * pre-commit changes * remove third party modeling languges for now from docs * Remove modeling language details * fix doc * update doc * Update introduction.rst * Update release-notes.rst * Update lp-features.rst * Update lp-example.rst * Update milp-examples.rst * Update cli-examples.rst * Update lp-features.rst * Update milp-features.rst * Update lp-features.rst * Update milp-features.rst * Update introduction.rst * Update introduction.rst * add cli to bin * update intro * APTH * disable cli test inwheels * Add cli support * Add path for testing --------- Co-authored-by: Rajesh Gandham <rgandham@nvidia.com> Co-authored-by: Chris Maes <cmaes@nvidia.com>
Temporary band-aid for rapidsai/cuopt#2489, as the underlying issue is difficult to debug and possibly a CUB/cuSparse bug Under high workloads, it appears calls to cusparse's CSR transpose algorithm return an off-by-one error in one of the indices. This only manifests in the ARM CI in the FJ tests on a specific instance. This PR disables the tests on this instance when building on ARM to work around this issue until the root bug is fixed. Authors: - Alice Boucher (https://github.com/aliceb-nv) Approvers: - Rajesh Gandham (https://github.com/rg20) URL: NVIDIA/cuopt#39
…on3.12 (#38) Libcuopt wheel is a wrapper arounf C++ layer and there is nothing specific with respect to python version, so we just need to build for python3 version for different cuda and archs. This also adds updates to README to add build status Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) URL: NVIDIA/cuopt#38
Address VDR and VPR review comments Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Cindy Wilkinson (https://github.com/cwilkinson76) - Chris Maes (https://github.com/chris-maes) - Rajesh Gandham (https://github.com/rg20) - Trevor McKay (https://github.com/tmckayus) URL: NVIDIA/cuopt#41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For #37