Searched refs:spsvDescr_Ut (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | hipsparsematimpl.h | 222 hipsparseSpSVDescr_t spsvDescr_L, spsvDescr_Lt, spsvDescr_U, spsvDescr_Ut; member
|
| H A D | aijhipsparse.hip.cxx | 1299 PetscCallHIPSPARSE(hipsparseSpSV_createDescr(&fs->spsvDescr_Ut)); in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0() 1300 …->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_Ut, &fs->spsvBuffe… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0() 1309 …->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_Ut, fs->spsvBuffer… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0() 1322 …VecDescr_X, fs->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_Ut)); in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0() 1325 …->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_Ut, fs->spsvBuffer… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0() 3668 PetscCallHIPSPARSE(hipsparseSpSV_destroyDescr(fs->spsvDescr_Ut)); in MatSeqAIJHIPSPARSETriFactors_Reset()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 676 …PetscCallCUSPARSE(cusparseSpSV_createDescr(&fs->spsvDescr_Ut)); // Ut solve uses the same matrix (… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() 677 …fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_Ut, &fs->spsvBuffe… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() 700 …if (fs->csrVal) PetscCallCUSPARSE(cusparseSpSV_updateMatrix(fs->handle, fs->spsvDescr_Ut, fs->csrV… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() 706 …fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_Ut, fs->spsvBuffer… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky() 742 …fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut)); in MatSolve_SeqAIJCUSPARSE_Cholesky() 1481 PetscCallCUSPARSE(cusparseSpSV_createDescr(&fs->spsvDescr_Ut)); in MatSolveTranspose_SeqAIJCUSPARSE_LU() 1482 …_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut, &fs->spsvBuffe… in MatSolveTranspose_SeqAIJCUSPARSE_LU() 1491 …_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut, fs->spsvBuffer… in MatSolveTranspose_SeqAIJCUSPARSE_LU() 1510 …fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut)); in MatSolveTranspose_SeqAIJCUSPARSE_LU() 4310 PetscCallCUSPARSE(cusparseSpSV_destroyDescr(fs->spsvDescr_Ut)); in MatSeqAIJCUSPARSETriFactors_Reset()
|
| H A D | cusparsematimpl.h | 242 cusparseSpSVDescr_t spsvDescr_L, spsvDescr_Lt, spsvDescr_U, spsvDescr_Ut; member
|