-
Notifications
You must be signed in to change notification settings - Fork 172
Replaced SpMV with SpMVOp in PDHG for double precision #1226
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
Bubullzz
wants to merge
26
commits into
NVIDIA:main
Choose a base branch
from
Bubullzz:spmvop_3
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
26 commits
Select commit
Hold shift + click to select a range
cccace9
replaced SpMV calls with SpMVOp calls in compute_At_y and compute_A_x
Bubullzz dd12e1a
small fix for full OK tests
Bubullzz 2439f92
coding style and updated dependencies. still need to conda install li…
Bubullzz 86be5b2
updated dependencies.yaml
Bubullzz 81b8f77
added comments and removed a useless set_stream
Bubullzz c5f8db2
moved create_spmv_op_plans and added libnvjitlink-dev
Bubullzz 583da59
added guards for spmvop compilation
Bubullzz 4f041f1
added destructors
Bubullzz 2a1360d
moved buffer_spmvop to allow <13.2 compilation
Bubullzz 96a524a
removed cusparse_view destructor and added spmvop plamd and descripto…
Bubullzz 6b8e78a
added cusparseSetStream for safety
Bubullzz a85b10f
made compute At_y and compute A_x spmv choosing more readable
Bubullzz 68922b0
update broken dependency
Bubullzz 1880f23
pre-commit run
Bubullzz f69f77f
added dlsym checks to SpMVOp path
Bubullzz 238adac
removed raw buffers/pointers and added doc
Bubullzz 36c41ca
small fix error name
Bubullzz e1890ef
style
Bubullzz c907d93
added guards for only double instantiation of spmvop
Bubullzz 99f455d
removed unused my_spmv_op
Bubullzz 45efb50
Merge branch 'main' into spmvop_3
Bubullzz 152fc19
made all spmvop function dlsym resolved
Bubullzz f08facd
Merge branch 'main' into spmvop_3
Bubullzz 5cce25f
Merge branch 'main' into spmvop_3
Bubullzz 1ebd68c
Merge branch 'main' into spmvop_3
Bubullzz ad7177f
Merge branch 'main' into spmvop_3
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
Oops, something went wrong.
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.