hipsparsexcsrsort_buffersizeext Interface Reference

hipsparsexcsrsort_buffersizeext Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsexcsrsort_buffersizeext Interface Reference
hipfort_hipsparse::hipsparsexcsrsort_buffersizeext Interface Reference

Sort a sparse CSR matrix. More...

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsexcsrsort_buffersizeext_ (handle, m, n, nnz, csrRowPtr, csrColInd, pBufferSizeInBytes)
 
integer(kind(hipsparse_status_success)) function hipsparsexcsrsort_buffersizeext_rank_0 (handle, m, n, nnz, csrRowPtr, csrColInd, pBufferSizeInBytes)
 
integer(kind(hipsparse_status_success)) function hipsparsexcsrsort_buffersizeext_rank_1 (handle, m, n, nnz, csrRowPtr, csrColInd, pBufferSizeInBytes)
 

Detailed Description

Sort a sparse CSR matrix.

hipsparseXcsrsort_bufferSizeExt returns the size of the temporary storage buffer required by hipsparseXcsrsort(). The temporary storage buffer must be allocated by the user.

Member Function/Subroutine Documentation

◆ hipsparsexcsrsort_buffersizeext_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_buffersizeext::hipsparsexcsrsort_buffersizeext_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
integer(c_int), value  nnz,
type(c_ptr), value  csrRowPtr,
type(c_ptr), value  csrColInd,
integer(c_size_t)  pBufferSizeInBytes 
)

◆ hipsparsexcsrsort_buffersizeext_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_buffersizeext::hipsparsexcsrsort_buffersizeext_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
integer(c_int), target  csrRowPtr,
integer(c_int), target  csrColInd,
integer(c_size_t)  pBufferSizeInBytes 
)

◆ hipsparsexcsrsort_buffersizeext_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrsort_buffersizeext::hipsparsexcsrsort_buffersizeext_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
integer(c_int), dimension(:), target  csrRowPtr,
integer(c_int), dimension(:), target  csrColInd,
integer(c_size_t)  pBufferSizeInBytes 
)

The documentation for this interface was generated from the following file: