-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cusparse-hipsparse integration #53
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
39bf615
include cusparse in cupy build
bmedishe 60c8a73
make cusparse.pyx use cusparse_hip
bmedishe fb75777
update cusparse.pxd
bmedishe b005cca
remove tydep of hipsparsestatus to cusparsestatus
bmedishe 734e1bf
update cusparse.pxd
bmedishe 8f69f8e
update cupy_backends/cuda/libs/cusparse.pxd
bmedishe 0fd31ec
remove definitions of cusparse apis with hip mappings
bmedishe 18fd7d9
update softlink for hipsparse
bmedishe 5f572d6
only missing cusparse mappings supported here
bmedishe c9edf6f
replace cusparseStatus with hip
bmedishe 5962684
update cupy_backends/cuda/libs/cusparse.pxd
bmedishe 0c04b24
update cupy_backends/hip/cupy_hipsparse.h
bmedishe 4e4f2cc
update cupy_backends/hip/cupy_hipsparse.h
bmedishe 832f7b3
version code from cupy_backends/hip/cupy_hipsparse.h moved to cupy_ba…
bmedishe c40dde3
update cupy_backends/cuda/libs/cusparse.pxd with unspported enums
bmedishe 9f9e75c
is_hip_environment to runtime._is_hip_environment
bmedishe 15c4574
version_check grouped and in cupy_backends/hip/cupy_hipsparse.h
bmedishe 81e820d
prasanth comment for cuda build fail
bmedishe 640989a
missing version checks
bmedishe a640e20
flake W293 E303 errors fixed in cusparse.pyx , pxd
bmedishe 48e3497
add more version checks
bmedishe cec6c0c
hipsparseCsr2CscAlg_t
bmedishe f6e6e8a
update cupy_backends/hip/cupy_hipsparse.h
bmedishe 1be845c
flake8 E501 errors
bmedishe 54da486
flake8 errors
bmedishe 65e89d0
rocm backward compatibility
bmedishe a7e05c3
HIP_VERSION updated
bmedishe b607493
change hip_version from 3 digits to 8 digits for backwrd compat
bmedishe b151336
more backward compatibility updates
bmedishe 073075f
backward compatibility fix
bmedishe 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are only these two enums removed from here and moved under the IF condition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bmedishe Could you review this one with 6.0_internal_testing branch. Looks like these enum values shouldn't be re-ordered..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lcskrishna these two enums do not have hip mapping