|
integer(kind(hipsparse_status_success)) function | hipsparsedcsr2hyb_ (handle, m, n, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, hybA, userEllWidth, partitionType) |
|
integer(kind(hipsparse_status_success)) function | hipsparsedcsr2hyb_rank_0 (handle, m, n, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, hybA, userEllWidth, partitionType) |
|
integer(kind(hipsparse_status_success)) function | hipsparsedcsr2hyb_rank_1 (handle, m, n, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, hybA, userEllWidth, partitionType) |
|
◆ hipsparsedcsr2hyb_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2hyb::hipsparsedcsr2hyb_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
m, |
|
|
integer(c_int), value |
n, |
|
|
type(c_ptr), value |
descrA, |
|
|
type(c_ptr), value |
csrSortedValA, |
|
|
type(c_ptr), value |
csrSortedRowPtrA, |
|
|
type(c_ptr), value |
csrSortedColIndA, |
|
|
type(c_ptr), value |
hybA, |
|
|
integer(c_int), value |
userEllWidth, |
|
|
integer(kind(hipsparse_hyb_partition_auto)), value |
partitionType |
|
) |
| |
◆ hipsparsedcsr2hyb_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2hyb::hipsparsedcsr2hyb_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
type(c_ptr) |
descrA, |
|
|
real(c_double), target |
csrSortedValA, |
|
|
integer(c_int), target |
csrSortedRowPtrA, |
|
|
integer(c_int), target |
csrSortedColIndA, |
|
|
type(c_ptr) |
hybA, |
|
|
integer(c_int) |
userEllWidth, |
|
|
integer(kind(hipsparse_hyb_partition_auto)) |
partitionType |
|
) |
| |
◆ hipsparsedcsr2hyb_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2hyb::hipsparsedcsr2hyb_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
type(c_ptr) |
descrA, |
|
|
real(c_double), dimension(:), target |
csrSortedValA, |
|
|
integer(c_int), dimension(:), target |
csrSortedRowPtrA, |
|
|
integer(c_int), dimension(:), target |
csrSortedColIndA, |
|
|
type(c_ptr) |
hybA, |
|
|
integer(c_int) |
userEllWidth, |
|
|
integer(kind(hipsparse_hyb_partition_auto)) |
partitionType |
|
) |
| |
The documentation for this interface was generated from the following file: