Home
last modified time | relevance | path

Searched refs:dnVecDescr_Y (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu259 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
263 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
265 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
296 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
298 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
669 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
673 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
677 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
705 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
706 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
[all …]
H A Dcusparsematimpl.h244 cusparseDnVecDescr_t dnVecDescr_X, dnVecDescr_Y; member
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx1261 PetscCallHIPSPARSE(hipsparseDnVecSetValues(fs->dnVecDescr_Y, fs->Y)); in MatSolve_SeqAIJHIPSPARSE_ILU0()
1264 …fs->dnVecDescr_X, fs->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDesc… in MatSolve_SeqAIJHIPSPARSE_ILU0()
1267 …fs->dnVecDescr_X, fs->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDesc… in MatSolve_SeqAIJHIPSPARSE_ILU0()
1273 …fs->dnVecDescr_Y, fs->dnVecDescr_X, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDesc… in MatSolve_SeqAIJHIPSPARSE_ILU0()
1276 …fs->dnVecDescr_Y, fs->dnVecDescr_X, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDesc… in MatSolve_SeqAIJHIPSPARSE_ILU0()
1297 …fs->dnVecDescr_X, fs->dnVecDescr_Y, hipsparse_scalartype, HIPSPARSE_SPSV_ALG_DEFAULT, fs->spsvDesc… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0()
1300 …NSPOSE, &PETSC_HIPSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, hipsparse_scal… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0()
1307 …NSPOSE, &PETSC_HIPSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, hipsparse_scal… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0()
1309 …NSPOSE, &PETSC_HIPSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, hipsparse_scal… in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0()
1319 PetscCallHIPSPARSE(hipsparseDnVecSetValues(fs->dnVecDescr_Y, fs->Y)); in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0()
[all …]
H A Dhipsparsematimpl.h224 hipsparseDnVecDescr_t dnVecDescr_X, dnVecDescr_Y; member