Performance tweak for dual_simplex/right_looking_lu#315
Merged
rapids-bot[bot] merged 6 commits intoNVIDIA:branch-25.10from Aug 26, 2025
Merged
Performance tweak for dual_simplex/right_looking_lu#315rapids-bot[bot] merged 6 commits intoNVIDIA:branch-25.10from
rapids-bot[bot] merged 6 commits intoNVIDIA:branch-25.10from
Conversation
Kh4ster
reviewed
Aug 18, 2025
Contributor
|
/ok to test |
@Kh4ster, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
Contributor
|
/ok to test 41976b3 |
Contributor
|
This is awesome. It should help in the following places:
It would be good to get a benchmark to see what the average improvement is here. I can try to do that. |
Collaborator
|
/ok to test 0991429 |
Contributor
|
/ok to test 501804d |
Contributor
Author
|
/ok to test 686ae64 |
Contributor
|
/ok to test 686ae64 |
Collaborator
|
/ok to test 7b90bb1 |
Contributor
|
/merge |
Contributor
|
/merge |
nguidotti
pushed a commit
to nguidotti/cuopt
that referenced
this pull request
Aug 28, 2025
Small performance optimization of `right_looking_lu()` and `right_looking_lu_row_permutation_only()`. Authors: - https://github.com/ahehn-nv - Ramakrishnap (https://github.com/rgsl888prabhu) - Chris Maes (https://github.com/chris-maes) Approvers: - Nicolas Blin (https://github.com/Kh4ster) URL: NVIDIA#315
jieyibi
pushed a commit
to yining043/cuopt
that referenced
this pull request
Mar 26, 2026
Small performance optimization of `right_looking_lu()` and `right_looking_lu_row_permutation_only()`. Authors: - https://github.com/ahehn-nv - Ramakrishnap (https://github.com/rgsl888prabhu) - Chris Maes (https://github.com/chris-maes) Approvers: - Nicolas Blin (https://github.com/Kh4ster) URL: NVIDIA#315
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.
Description
Small performance optimization of
right_looking_lu()andright_looking_lu_row_permutation_only().Checklist