I want to use cusparseCreateIdentityPermutation() to sort my COO matrix value array before passing it into cusparseXcoo2csr(), but the documentation says that cusparseCreateIdentityPermutation() function will be deprecated in the next major release. It does not however mention what to use instead.
Can someone tell me how to properly research suitable replacements? Am I correct in assuming NVIDIA provides alternatives before deprecating the older function, or do I have to wait for the next release and then refactor my code based on the updated documentation?