-
Notifications
You must be signed in to change notification settings - Fork 0
feat(solver): significantly improve solver performance #103
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
Open
s-n-sharma
wants to merge
32
commits into
main
Choose a base branch
from
solver-improvements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bf16f4b
ajflksjflkjflkajfklajjadsf
s-n-sharma 64fbd2e
finished rudimentary qr solver
s-n-sharma aa72d75
rayon+openblas
s-n-sharma e754757
sparseQR
s-n-sharma e6a74da
decreased time by parallelization and fixing m < n case
s-n-sharma 2b6a65e
removed some unused dependencies
s-n-sharma c8697d4
improved the building of the sparse matrices, removed dmatrix middleman
s-n-sharma 0402e6b
refactor(solver): remove redundant temp variable for constraint IDs
GottaGetPaid bed1c7e
perf(solver): reduce usage of parallelism in small tasks
GottaGetPaid 791716a
refactor(solver): remove unused free-var_idx variable
GottaGetPaid 7b62baa
perf(solver): optimize triplet creation to take advantage of sparsity
GottaGetPaid 26af3cb
perf(solver): reduce usage of parallelism in small tasks
GottaGetPaid 140c5fe
Merge pull request #102 from ucb-substrate/sid-branch-2
s-n-sharma 0a7b8cb
perf(solver): removed redundant construction of AT, improved SPQR struct
s-n-sharma 1198a31
feat(solver): added free/determined variables checking
s-n-sharma 1928e0a
Merge branch 'main' into solver-improvements
s-n-sharma e65b64d
perf(solver): improvements to nullspace computation, made it all sparse
s-n-sharma 6795bda
perf(solver): improvements to nullspace computation, made it all sparse
s-n-sharma 0e5f011
perf(solver): removed addition of zeroed variables to matrix
s-n-sharma 8c95cf6
Merge branch 'main' into solver-improvements
s-n-sharma 3d6d2ca
cleaned up some code
s-n-sharma 62f8ae6
cleaning up
s-n-sharma 1cf0825
cleaning up
s-n-sharma 25c6f64
feat(solver): added rounding
s-n-sharma 0f433e0
feat(solver): improved tests
s-n-sharma 845a68e
feat(solver): numerical stability test
s-n-sharma 4a04462
refactor(solver): removed unneeded stuff in build.rs
s-n-sharma edd79e0
Merge remote-tracking branch 'origin/main' into solver-improvements
s-n-sharma 215d7ca
refactor(compiler): merging main
s-n-sharma 8d68cca
refactor(solver): GDS in lib.rs for preparation to merge to main
s-n-sharma b3312d8
feat(solver): added support for windows
s-n-sharma 3525499
chore: Update README
s-n-sharma 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| build/ | ||
| build/ | ||
|
|
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.