MatHIPSPARSEStorageFormat#
indicates the storage format for MATAIJHIPSPARSE
(GPU) matrices.
Synopsis#
typedef enum {
MAT_HIPSPARSE_CSR,
MAT_HIPSPARSE_ELL,
MAT_HIPSPARSE_HYB
} MatHIPSPARSEStorageFormat;
Values#
MAT_HIPSPARSE_CSR
- Compressed Sparse RowMAT_HIPSPARSE_ELL
- EllpackMAT_HIPSPARSE_HYB
- Hybrid, a combination of Ellpack and Coordinate format
See Also#
Matrices, MatHIPSPARSESetFormat()
, MatHIPSPARSEFormatOperation
Level#
intermediate
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages