-
Notifications
You must be signed in to change notification settings - Fork 171
Reduce memory footprint of cuPDLPx #1153
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
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
09eb2c9
reduced memory footprint of problem_t inside pdlp.
Bubullzz e9f26a1
added is_cupdlpx bool and removed unscaled_primal_dual_avg_solution f…
Bubullzz e134ce8
free iteration_constraint_matrix_scaling_ and variables. passes all t…
Bubullzz 9c83d56
removed useless data in pdlp_restart_strategy_t::weighted_average_sol…
Bubullzz f9e5c5f
only allocate infeasibility_information_t.primal/dual_slack if set to…
Bubullzz 2ea5e4c
dont allocate device vectors in average_termination_strategy
Bubullzz a77eed8
removed primal_grqadient from saddlepoint in cupdlpx
Bubullzz 660a4ae
forgot to push the last change >_<
Bubullzz abd82f3
cleaned
Bubullzz 5e9d12b
better
Bubullzz f948df5
updated unscaled_primal/dual_avg_solution_ construction to also check…
Bubullzz 798b51e
fixed use after free of combined bounds and ensure it is freed only i…
Bubullzz c1bbb42
made pdlp_lighten internal
Bubullzz 7c2e414
minor fix
Bubullzz 59b385f
fixes again
Bubullzz 01d5b99
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz 84daee4
linter
Bubullzz edb13ae
nit coderabbit1 : more robust never_restart_to_average handling
Bubullzz 92d6d76
code rabbit 2-3
Bubullzz cf541e9
added comment fro is_cupdlpx
Bubullzz a426bf4
removed default argument in saddle_point state and renamed it for mor…
Bubullzz 03fd352
undid bug in current duality gap
Bubullzz 6fc6a24
removed lighten_problem_for_pdlp
Bubullzz 195ca23
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz 453e6d9
renamed redirect_rows_and_cols to redirect_cusparse_csr_structure_poi…
Bubullzz 3dcccdc
changed const bool need_primal_gradient) in saddle_point_state constr…
Bubullzz 851be7c
removed is_cupdlpx bool
Bubullzz 6981c1f
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz 8f9a937
pre-commit-run
Bubullzz 29bd4ca
revrted back some vectors to full size because non-trivial to remove
Bubullzz 72afe0a
style
Bubullzz 3f15944
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz cea749f
bump max-allowed-size-compressed
Bubullzz 1e2b582
empty commit
Bubullzz 61e4681
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz aab5a29
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz c0cacce
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz 29a8b46
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz 7801c26
Merge branch 'main' into cupdlpx_memory_reduce
Bubullzz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.