Add support for cuOpt 25.12 release#29
Merged
odow merged 5 commits intojump-dev:mainfrom Dec 30, 2025
Merged
Conversation
- Regenerate C bindings with new QP functions (cuOptCreateQuadraticProblem, cuOptCreateQuadraticRangedProblem) and CUOPT_NUM_GPUS parameter - Update version bounds to support 25.08-25.12 - Update README and Colab instructions for 25.12 - Update package version to 0.2.0 Signed-off-by: Waquar Kaleem <wzk5140@psu.edu>
- Test cuOptCreateQuadraticProblem - Test cuOptCreateQuadraticRangedProblem - Test CUOPT_NUM_GPUS constant Signed-off-by: Waquar Kaleem <wzk5140@psu.edu>
odow
reviewed
Dec 30, 2025
Refactor test functions to remove unnecessary return statements. Signed-off-by: Oscar Dowson <odow@users.noreply.github.com>
Signed-off-by: Oscar Dowson <odow@users.noreply.github.com>
Member
|
Looks good! Did you run the tests locally with the new version? |
Contributor
Author
|
Yes, I ran the tests on a NVIDIA L40S GPU. The summary is below and here is the full output.log. Thanks! |
odow
reviewed
Dec 30, 2025
Signed-off-by: Oscar Dowson <odow@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
Summary
cuOptCreateQuadraticProblem,cuOptCreateQuadraticRangedProblem) andCUOPT_NUM_GPUSparameterAs a student, this is one of my earliest open source PRs so I appreciate any feedback :)