hipsparsexcsrgeam2nnz Interface Reference

hipsparsexcsrgeam2nnz Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsexcsrgeam2nnz Interface Reference
hipfort_hipsparse::hipsparsexcsrgeam2nnz Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsexcsrgeam2nnz_ (handle, m, n, descrA, nnzA, csrSortedRowPtrA, csrSortedColIndA, descrB, nnzB, csrSortedRowPtrB, csrSortedColIndB, descrC, csrSortedRowPtrC, nnzTotalDevHostPtr, workspace)
 
integer(kind(hipsparse_status_success)) function hipsparsexcsrgeam2nnz_rank_0 (handle, m, n, descrA, nnzA, csrSortedRowPtrA, csrSortedColIndA, descrB, nnzB, csrSortedRowPtrB, csrSortedColIndB, descrC, csrSortedRowPtrC, nnzTotalDevHostPtr, workspace)
 
integer(kind(hipsparse_status_success)) function hipsparsexcsrgeam2nnz_rank_1 (handle, m, n, descrA, nnzA, csrSortedRowPtrA, csrSortedColIndA, descrB, nnzB, csrSortedRowPtrB, csrSortedColIndB, descrC, csrSortedRowPtrC, nnzTotalDevHostPtr, workspace)
 

Member Function/Subroutine Documentation

◆ hipsparsexcsrgeam2nnz_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeam2nnz::hipsparsexcsrgeam2nnz_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
type(c_ptr), value  descrA,
integer(c_int), value  nnzA,
type(c_ptr), value  csrSortedRowPtrA,
type(c_ptr), value  csrSortedColIndA,
type(c_ptr), value  descrB,
integer(c_int), value  nnzB,
type(c_ptr), value  csrSortedRowPtrB,
type(c_ptr), value  csrSortedColIndB,
type(c_ptr), value  descrC,
type(c_ptr), value  csrSortedRowPtrC,
integer(c_int)  nnzTotalDevHostPtr,
type(c_ptr), value  workspace 
)

◆ hipsparsexcsrgeam2nnz_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeam2nnz::hipsparsexcsrgeam2nnz_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
type(c_ptr)  descrA,
integer(c_int)  nnzA,
integer(c_int), target  csrSortedRowPtrA,
integer(c_int), target  csrSortedColIndA,
type(c_ptr)  descrB,
integer(c_int)  nnzB,
integer(c_int), target  csrSortedRowPtrB,
integer(c_int), target  csrSortedColIndB,
type(c_ptr)  descrC,
integer(c_int), target  csrSortedRowPtrC,
integer(c_int)  nnzTotalDevHostPtr,
type(c_ptr)  workspace 
)

◆ hipsparsexcsrgeam2nnz_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeam2nnz::hipsparsexcsrgeam2nnz_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
type(c_ptr)  descrA,
integer(c_int)  nnzA,
integer(c_int), dimension(:), target  csrSortedRowPtrA,
integer(c_int), dimension(:), target  csrSortedColIndA,
type(c_ptr)  descrB,
integer(c_int)  nnzB,
integer(c_int), dimension(:), target  csrSortedRowPtrB,
integer(c_int), dimension(:), target  csrSortedColIndB,
type(c_ptr)  descrC,
integer(c_int), dimension(:), target  csrSortedRowPtrC,
integer(c_int)  nnzTotalDevHostPtr,
type(c_ptr)  workspace 
)

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