This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

hipsparsesgthr Interface Reference

hipsparsesgthr Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsesgthr Interface Reference
hipfort_hipsparse::hipsparsesgthr Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsesgthr_ (handle, nnz, y, xVal, xInd, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsesgthr_rank_0 (handle, nnz, y, xVal, xInd, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsesgthr_rank_1 (handle, nnz, y, xVal, xInd, idxBase)
 

Member Function/Subroutine Documentation

◆ hipsparsesgthr_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthr::hipsparsesgthr_ ( type(c_ptr), value  handle,
integer(c_int), value  nnz,
type(c_ptr), value  y,
type(c_ptr), value  xVal,
type(c_ptr), value  xInd,
integer(kind(hipsparse_index_base_zero)), value  idxBase 
)

◆ hipsparsesgthr_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthr::hipsparsesgthr_rank_0 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float), target  y,
real(c_float), target  xVal,
integer(c_int), target  xInd,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

◆ hipsparsesgthr_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesgthr::hipsparsesgthr_rank_1 ( type(c_ptr)  handle,
integer(c_int)  nnz,
real(c_float), dimension(:), target  y,
real(c_float), dimension(:), target  xVal,
integer(c_int), dimension(:), target  xInd,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

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