Sparse Auxiliary Functions

Sparse Auxiliary Functions#

hipFORT API Reference: Sparse Auxiliary Functions
Sparse Auxiliary Functions

Auxiliary functions, such as handle, descriptor and info object management. More...

Data Types

interface  hipfort_hipsparse::hipsparsecreate
 Create a hipSPARSE handle. More...
 
interface  hipfort_hipsparse::hipsparsedestroy
 Destroy a hipSPARSE handle. More...
 
interface  hipfort_hipsparse::hipsparsegeterrorname
 Return the string representation of a hipSPARSE status's matching backend status enum name. More...
 
interface  hipfort_hipsparse::hipsparsegeterrorstring
 Return the hipSPARSE status's matching backend status description as a string. More...
 
interface  hipfort_hipsparse::hipsparsegetversion
 Get the hipSPARSE version. More...
 
interface  hipfort_hipsparse::hipsparsegetgitrevision
 Get the hipSPARSE git revision. More...
 
interface  hipfort_hipsparse::hipsparsesetstream
 Specify the user-defined HIP stream. More...
 
interface  hipfort_hipsparse::hipsparsegetstream
 Get the current stream from the library context. More...
 
interface  hipfort_hipsparse::hipsparsesetpointermode
 Specify the pointer mode. More...
 
interface  hipfort_hipsparse::hipsparsegetpointermode
 Get the current pointer mode from the library context. More...
 
interface  hipfort_hipsparse::hipsparsecreatematdescr
 Create a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsedestroymatdescr
 Destroy a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsecopymatdescr
 Copy a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmattype
 Specify the matrix type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmattype
 Get the matrix type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmatfillmode
 Specify the matrix fill mode of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmatfillmode
 Get the matrix fill mode of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmatdiagtype
 Specify the matrix diagonal type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmatdiagtype
 Get the matrix diagonal type of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsesetmatindexbase
 Specify the index base of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsegetmatindexbase
 Get the index base of a matrix descriptor. More...
 
interface  hipfort_hipsparse::hipsparsecreatehybmat
 Create a HYB matrix structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroyhybmat
 Destroy a HYB matrix structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsrsv2info
 Create a bsrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsrsv2info
 Destroy a bsrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsrsm2info
 Create a bsrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsrsm2info
 Destroy a bsrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsrilu02info
 Create a bsrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsrilu02info
 Destroy a bsrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatebsric02info
 Create a bsric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroybsric02info
 Destroy a bsric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrsv2info
 Create a csrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrsv2info
 Destroy a csrsv2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrsm2info
 Create a csrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrsm2info
 Destroy a csrsm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrilu02info
 Create a csrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrilu02info
 Destroy a csrilu02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsric02info
 Create a csric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsric02info
 Destroy a csric02 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsru2csrinfo
 Create a csru2csr info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsru2csrinfo
 Destroy a csru2csr info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecolorinfo
 Create a color info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycolorinfo
 Destroy a color info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatecsrgemm2info
 Create a csrgemm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroycsrgemm2info
 Destroy a csrgemm2 info structure. More...
 
interface  hipfort_hipsparse::hipsparsecreatepruneinfo
 Create a prune info structure. More...
 
interface  hipfort_hipsparse::hipsparsedestroypruneinfo
 Destroy a prune info structure. More...
 
interface  hipfort_rocsparse::rocsparse_create_handle
 Create a rocSPARSE handle. More...
 
interface  hipfort_rocsparse::rocsparse_handle_create
 Create a rocSPARSE handle on a user-defined stream. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_handle
 Destroy a rocSPARSE handle. More...
 
interface  hipfort_rocsparse::rocsparse_handle_destroy
 Destroy a rocSPARSE handle. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_error
 Destroy a rocSPARSE error descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_error_get_message
 Error message from a rocSPARSE error descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_get_status_name
 Return the string representation of a rocSPARSE status code enum name. More...
 
interface  hipfort_rocsparse::rocsparse_get_status_description
 Return the rocSPARSE status code description as a string. More...
 
interface  hipfort_rocsparse::rocsparse_set_stream
 Specify user-defined HIP stream. More...
 
interface  hipfort_rocsparse::rocsparse_get_stream
 Get the current stream from the library context. More...
 
interface  hipfort_rocsparse::rocsparse_set_pointer_mode
 Specify the pointer mode. More...
 
interface  hipfort_rocsparse::rocsparse_get_pointer_mode
 Get the current pointer mode from the library context. More...
 
interface  hipfort_rocsparse::rocsparse_get_version
 Get rocSPARSE version. More...
 
interface  hipfort_rocsparse::rocsparse_get_git_rev
 Get the rocSPARSE git revision. More...
 
interface  hipfort_rocsparse::rocsparse_create_mat_descr
 Create a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_copy_mat_descr
 Copy a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_mat_descr
 Destroy a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_set_mat_index_base
 Specify the index base of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_get_mat_index_base
 Get the index base of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_set_mat_type
 Specify the matrix type of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_get_mat_type
 Get the matrix type of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_set_mat_fill_mode
 Specify the matrix fill mode of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_get_mat_fill_mode
 Get the matrix fill mode of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_set_mat_diag_type
 Specify the matrix diagonal type of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_get_mat_diag_type
 Get the matrix diagonal type of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_set_mat_storage_mode
 Specify the matrix storage mode of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_get_mat_storage_mode
 Get the matrix storage mode of a matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_hyb_mat
 Create a HYB matrix structure. More...
 
interface  hipfort_rocsparse::rocsparse_copy_hyb_mat
 Copy a HYB matrix structure. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_hyb_mat
 Destroy a HYB matrix structure. More...
 
interface  hipfort_rocsparse::rocsparse_create_mat_info
 Create a matrix info structure. More...
 
interface  hipfort_rocsparse::rocsparse_copy_mat_info
 Copy a matrix info structure. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_mat_info
 Destroy a matrix info structure. More...
 
interface  hipfort_rocsparse::rocsparse_create_color_info
 Create a color info structure. More...
 
interface  hipfort_rocsparse::rocsparse_copy_color_info
 Copy a color info structure. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_color_info
 Destroy a color info structure. More...
 
interface  hipfort_rocsparse::rocsparse_create_spvec_descr
 Create a sparse vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_spvec_descr
 Destroy a sparse vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spvec_get
 Get the fields of the sparse vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spvec_get_index_base
 Get the index base stored in the sparse vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spvec_get_values
 Get the values array stored in the sparse vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spvec_set_values
 Set the values array in the sparse vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_coo_descr
 Create a sparse COO matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_coo_aos_descr
 Create a sparse COO AoS matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_bsr_descr
 Create a sparse BSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_csr_descr
 Create a sparse CSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_csc_descr
 Create a sparse CSC matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_ell_descr
 Create a sparse ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_bell_descr
 Create a sparse blocked ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_sell_descr
 Create a sparse sliced ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_spmat_descr
 Destroy a sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_sparse_to_sparse_descr
 Sparse matrix to sparse matrix conversion. More...
 
interface  hipfort_rocsparse::rocsparse_sparse_to_sparse_permissive
 Sparse matrix to sparse matrix conversion. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_sparse_to_sparse_descr
 Sparse matrix to sparse matrix conversion. More...
 
interface  hipfort_rocsparse::rocsparse_create_extract_descr
 Sparse matrix extraction. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_extract_descr
 Sparse matrix extraction. More...
 
interface  hipfort_rocsparse::rocsparse_create_spgeam_descr
 Sparse matrix SpGEAM routine descriptor creation. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_spgeam_descr
 Destroy a sparse matrix SpGEAM. More...
 
interface  hipfort_rocsparse::rocsparse_spgeam_set_input
 Set the requested rocsparse_spgeam_input data in the SpGEAM descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spgeam_get_output
 Get the requested rocsparse_spgeam_output data from the SpGEAM descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_spmv_descr
 Sparse matrix SpMV routine descriptor creation. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_spmv_descr
 Destroy a sparse matrix SpMV routine descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmv_set_input
 Set the requested rocsparse_spmv_input data in the SpMV descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_sptrsv_descr_create
 Sparse matrix sptrsv routine descriptor creation. More...
 
interface  hipfort_rocsparse::rocsparse_sptrsv_descr_destroy
 Destroy a sparse matrix sptrsv routine descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_sptrsv_descr
 Sparse matrix sptrsv routine descriptor creation. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_sptrsv_descr
 Destroy a sparse matrix sptrsv routine descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_sptrsv_set_input
 Set the requested rocsparse_sptrsv_input data in the sptrsv descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_sptrsv_get_output
 Get the requested rocsparse_sptrsv_output data from the sptrsv descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_sptrsm_descr
 Sparse matrix sptrsm routine descriptor creation. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_sptrsm_descr
 Destroy sparse matrix sptrsm routine descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_sptrsm_set_input
 Set the requested rocsparse_sptrsm_input data in the sptrsm descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_sptrsm_get_output
 Get the requested rocsparse_sptrsm_output data from the sptrsm descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spic0_descr_create
 Create SpIC0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spic0_descr_destroy
 Destroy SpIC0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spic0_set_input
 Set the requested rocsparse_spic0_input data in the SpIC0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spic0_get_output
 Get the requested rocsparse_spic0_output data from the SpIC0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spilu0_descr_create
 Create SpILU0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spilu0_descr_destroy
 Destroy SpILU0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spilu0_set_input
 Set the requested rocsparse_spilu0_input data in the SpILU0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spilu0_get_output
 Get the requested rocsparse_spilu0_output data from the SpILU0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spildlt0_descr_create
 Create SpILDLT0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spildlt0_descr_destroy
 Destroy SpILDLT0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spildlt0_set_input
 Set the requested rocsparse_spildlt0_input data in the SpILDLT0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spildlt0_get_output
 Get the requested rocsparse_spildlt0_output data from the SpILDLT0 descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_coo_get
 Get the fields of the sparse COO matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_coo_aos_get
 Get the fields of the sparse COO AoS matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_csr_get
 Get the fields of the sparse CSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_csc_get
 Get the fields of the sparse CSC matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_ell_get
 Get the fields of the sparse ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_bell_get
 Get the fields of the sparse blocked ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_sell_get
 Get the fields of the sparse sliced ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_bsr_get
 Get the fields of the sparse BSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_coo_set_pointers
 Set the row indices, column indices, and values array in the sparse COO matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_coo_aos_set_pointers
 Set the <row, column> indices and values array in the sparse COO AoS matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_csr_set_pointers
 Set the row offsets, column indices, and values array in the sparse CSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_csc_set_pointers
 Set the column offsets, row indices, and values array in the sparse CSC matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_ell_set_pointers
 Set the column indices and values array in the sparse ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_bsr_set_pointers
 Set the row offsets, column indices, and values array in the sparse BSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_bell_set_pointers
 Set the column indices and values array in the sparse Blocked ELL matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_size
 Get the number of rows, columns, and non-zeros from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_format
 Get the sparse matrix format from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_index_base
 Get the sparse matrix index base from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_values
 Get the values array from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_set_values
 Set the values array in the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_nnz
 Get the number of non-zeros from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_set_nnz
 Set the number of non-zeros in the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_strided_batch
 Get the strided batch count from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_set_strided_batch
 Set the strided batch count in the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_coo_set_strided_batch
 Set the batch count and batch stride in the sparse COO matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_csr_set_strided_batch
 Set the batch count, row offset batch stride, and the column indices batch stride in the sparse CSR matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_csc_set_strided_batch
 Set the batch count, column offset batch stride, and the row indices batch stride in the sparse CSC matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_get_attribute
 Get the requested attribute data from the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_spmat_set_attribute
 Set the requested attribute data in the sparse matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_dnvec_descr
 Create a dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_dnvec_descr
 Destroy a dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnvec_get
 Get the fields of the dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnvec_get_values
 Get the values array from a dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnvec_set_values
 Set the values array in a dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_create_dnmat_descr
 Create a dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_destroy_dnmat_descr
 Destroy a dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnmat_get
 Get the fields of the dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnmat_get_values
 Get the values array from the dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnmat_set_values
 Set the values array in a dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnmat_get_strided_batch
 Get the batch count and batch stride from the dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnmat_set_strided_batch
 Set the batch count and batch stride in the dense matrix descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnvec_get_strided_batch
 Get the batch count and batch stride from the dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_dnvec_set_strided_batch
 Set the batch count and batch stride in the dense vector descriptor. More...
 
interface  hipfort_rocsparse::rocsparse_enable_debug_kernel_launch
 Enable debug kernel launch. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug_kernel_launch
 Disable debug kernel launch. More...
 
interface  hipfort_rocsparse::rocsparse_state_debug_kernel_launch
 
interface  hipfort_rocsparse::rocsparse_enable_debug_arguments
 Enable debug arguments. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug_arguments
 Disable debug arguments. More...
 
interface  hipfort_rocsparse::rocsparse_state_debug_arguments
 
interface  hipfort_rocsparse::rocsparse_enable_debug_arguments_verbose
 Enable debug arguments verbose. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug_arguments_verbose
 Disable debug arguments verbose mode. More...
 
interface  hipfort_rocsparse::rocsparse_state_debug_arguments_verbose
 
interface  hipfort_rocsparse::rocsparse_enable_debug
 Enable debug. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug
 Disable debug. More...
 
interface  hipfort_rocsparse::rocsparse_state_debug
 
interface  hipfort_rocsparse::rocsparse_enable_debug_warnings
 Enable debug warnings. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug_warnings
 Disable debug warnings. More...
 
interface  hipfort_rocsparse::rocsparse_enable_debug_verbose
 Enable debug verbose. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug_verbose
 Disable debug verbose. More...
 
interface  hipfort_rocsparse::rocsparse_state_debug_verbose
 
interface  hipfort_rocsparse::rocsparse_enable_debug_force_host_assert
 Enable debug to force host asserts. More...
 
interface  hipfort_rocsparse::rocsparse_disable_debug_force_host_assert
 Disable debug to force host asserts. More...
 
interface  hipfort_rocsparse::rocsparse_state_debug_force_host_assert
 
interface  hipfort_rocsparse::rocsparse_enable_roctx
 
interface  hipfort_rocsparse::rocsparse_disable_roctx
 
interface  hipfort_rocsparse::rocsparse_state_roctx
 

Detailed Description

Auxiliary functions, such as handle, descriptor and info object management.