MatHIPSPARSEFormatOperation#

indicates the operation of HIPSPARSE (GPU) matrices whose operation should use a particular storage format.

Synopsis#

Not Collective

  • MAT_HIPSPARSE_MULT_DIAG - sets the storage format for the diagonal matrix in the parallel MatMult

  • MAT_HIPSPARSE_MULT_OFFDIAG - sets the storage format for the offdiagonal matrix in the parallel MatMult

  • MAT_HIPSPARSE_MULT - sets the storage format for the entire matrix in the serial (single GPU) MatMult

  • MAT_HIPSPARSE_ALL - sets the storage format for all HIPSPARSE (GPU) matrices

See Also#

MatHIPSPARSESetFormat(), MatHIPSPARSEStorageFormat

Level#

intermediate

Location#

include/petscmat.h


Edit on GitLab

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages