MATSOLVERHIPSPARSE#

“hipsparse” - A matrix type providing triangular solvers for sequential matrices on a single GPU of type, MATSEQAIJHIPSPARSE. Currently supported algorithms are ILU(k) and ICC(k). Typically, deeper factorizations (larger k) results in poorer performance in the triangular solves. Full LU, and Cholesky decompositions can be solved through the HipSPARSE triangular solve algorithm. However, the performance can be quite poor and thus these algorithms are not recommended. This class does NOT support direct solver operations.

See Also#

Matrices, Mat, MATSEQAIJHIPSPARSE, PCFactorSetMatSolverType(), MatSolverType, MatCreateSeqAIJHIPSPARSE(), MATAIJHIPSPARSE, MatCreateAIJHIPSPARSE(), MatHIPSPARSESetFormat(), MatHIPSPARSEStorageFormat, MatHIPSPARSEFormatOperation

Level#

beginner

Location#

src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.cpp


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