|
enum | { rocsparse_operation_none = 111
, rocsparse_operation_transpose = 112
, rocsparse_operation_conjugate_transpose = 113
} |
|
enum | { rocsparse_index_base_zero = 0
, rocsparse_index_base_one = 1
} |
|
enum | { rocsparse_matrix_type_general = 0
, rocsparse_matrix_type_symmetric = 1
, rocsparse_matrix_type_hermitian = 2
, rocsparse_matrix_type_triangular = 3
} |
|
enum | { rocsparse_diag_type_non_unit = 0
, rocsparse_diag_type_unit = 1
} |
|
enum | { rocsparse_fill_mode_lower = 0
, rocsparse_fill_mode_upper = 1
} |
|
enum | { rocsparse_action_symbolic = 0
, rocsparse_action_numeric = 1
} |
|
enum | { rocsparse_direction_row = 0
, rocsparse_direction_column = 1
} |
|
enum | { rocsparse_hyb_partition_auto = 0
, rocsparse_hyb_partition_user = 1
, rocsparse_hyb_partition_max = 2
} |
|
enum | { rocsparse_analysis_policy_reuse = 0
, rocsparse_analysis_policy_force = 1
} |
|
enum | { rocsparse_solve_policy_auto = 0
} |
|
enum | { rocsparse_pointer_mode_host = 0
, rocsparse_pointer_mode_device = 1
} |
|
enum | { rocsparse_layer_mode_none = 0
, rocsparse_layer_mode_log_trace = 1
, rocsparse_layer_mode_log_bench = 2
} |
|
enum | {
rocsparse_status_success = 0
, rocsparse_status_invalid_handle = 1
, rocsparse_status_not_implemented = 2
, rocsparse_status_invalid_pointer = 3
,
rocsparse_status_invalid_size = 4
, rocsparse_status_memory_error = 5
, rocsparse_status_internal_error = 6
, rocsparse_status_invalid_value = 7
,
rocsparse_status_arch_mismatch = 8
, rocsparse_status_zero_pivot = 9
, rocsparse_status_not_initialized = 10
, rocsparse_status_type_mismatch = 11
} |
|
enum | { rocsparse_indextype_u16 = 1
, rocsparse_indextype_i32 = 2
, rocsparse_indextype_i64 = 3
} |
|
enum | { rocsparse_datatype_f32_r = 151
, rocsparse_datatype_f64_r = 152
, rocsparse_datatype_f32_c = 154
, rocsparse_datatype_f64_c = 155
} |
|
enum | {
rocsparse_format_coo = 0
, rocsparse_format_coo_aos = 1
, rocsparse_format_csr = 2
, rocsparse_format_csc = 3
,
rocsparse_format_ell = 4
, rocsparse_format_bell = 5
} |
|
enum | { rocsparse_order_row = 0
, rocsparse_order_column = 1
} |
|
enum | { rocsparse_spmat_fill_mode = 0
, rocsparse_spmat_diag_type = 1
, rocsparse_spmat_matrix_type = 2
} |
|
enum | {
rocsparse_spmv_alg_default = 0
, rocsparse_spmv_alg_coo = 1
, rocsparse_spmv_alg_csr_adaptive = 2
, rocsparse_spmv_alg_csr_stream = 3
,
rocsparse_spmv_alg_ell = 4
} |
|
enum | { rocsparse_spsv_alg_default = 0
} |
|
enum | { rocsparse_spsv_stage_auto = 0
, rocsparse_spsv_stage_buffer_size = 1
, rocsparse_spsv_stage_preprocess = 2
, rocsparse_spsv_stage_compute = 3
} |
|
enum | { rocsparse_spsm_alg_default = 0
} |
|
enum | { rocsparse_spsm_stage_auto = 0
, rocsparse_spsm_stage_buffer_size = 1
, rocsparse_spsm_stage_preprocess = 2
, rocsparse_spsm_stage_compute = 3
} |
|
enum | {
rocsparse_spmm_alg_default = 0
, rocsparse_spmm_alg_csr
, rocsparse_spmm_alg_coo_segmented
, rocsparse_spmm_alg_coo_atomic
,
rocsparse_spmm_alg_csr_row_split
, rocsparse_spmm_alg_csr_merge
, rocsparse_spmm_alg_coo_segmented_atomic
, rocsparse_spmm_alg_bell
} |
|
enum | { rocsparse_sddmm_alg_default = 0
} |
|
enum | { rocsparse_sparse_to_dense_alg_default = 0
} |
|
enum | { rocsparse_dense_to_sparse_alg_default = 0
} |
|
enum | { rocsparse_spmm_stage_auto = 0
, rocsparse_spmm_stage_buffer_size = 1
, rocsparse_spmm_stage_preprocess = 2
, rocsparse_spmm_stage_compute = 3
} |
|
enum | { rocsparse_spgemm_stage_auto = 0
, rocsparse_spgemm_stage_buffer_size = 1
, rocsparse_spgemm_stage_nnz = 2
, rocsparse_spgemm_stage_compute = 3
} |
|
enum | { rocsparse_spgemm_alg_default = 0
} |
|