You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Additions
Added missing hipsparseCscGet() routine
Changes
All internal hipSPARSE functions now exist inside a namespace
Match deprecations found in cusparse 12.x.x when using cusparse backend.
Fixes
Fixed SpGEMM and SpGEMM_reuse routines which were not matching cuSPARSE behaviour
Optimizations
Improved user manual
Improved contribution guidelines
Known issues
In hipsparseSpSM_solve(), we currently pass the external buffer as a parameter. This does not match the cuSPARSE API and this extra external buffer parameter will be removed in a future release. For now this extra parameter can be ignored and nullptr passed as it is unused internally by hipsparseSpSM_solve().