Lines Matching refs:stat

1100 …auto stat = cusparse_csr2csc(cusparseTriFactors->handle, loTriFactor->csrMat->num_rows, loTriFacto…  in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()  local
1107 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1176 …auto stat = cusparse_csr2csc(cusparseTriFactors->handle, upTriFactor->csrMat->num_rows, upTriFacto… in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() local
1183 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1221 cusparseStatus_t stat; in MatSeqAIJCUSPARSEFormExplicitTranspose() local
1264stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1266 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1276stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1277 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1299stat = cusparse_hyb2csr(cusparsestruct->handle, matstruct->descr, (cusparseHybMat_t)matstruct->mat… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1300 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1310stat = cusparse_csr2csc(cusparsestruct->handle, temp->num_rows, temp->num_cols, temp->num_entries,… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1312 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1318stat = cusparse_csr2hyb(cusparsestruct->handle, A->rmap->n, A->cmap->n… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1319 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1364stat = cusparseCsr2cscEx2_bufferSize(cusparsestruct->handle, A->rmap->n, A->cmap->n, matrix->num_e… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1366 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1378stat = cusparse_csr2csc(cusparsestruct->handle, A->rmap->n, A->cmap->n, matrix->num_entries, csr2c… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1381 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1384 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
2429 cusparseStatus_t stat; in MatSeqAIJCUSPARSECopyToGPU() local
2506stat = cusparseCreateCsr(&matstruct->matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatSeqAIJCUSPARSECopyToGPU()
2508 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSECopyToGPU()
2531stat = cusparse_csr2hyb(cusparsestruct->handle, mat->num_rows, mat->nu… in MatSeqAIJCUSPARSECopyToGPU()
2532 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSECopyToGPU()
2654 cusparseStatus_t stat; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA() local
2759stat = cusparseCreateCsr(&matADescr, csrmat->num_rows, csrmat->num_cols, csrmat->num_entries, csrm… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2761 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2803stat = cusparse_csr_spmm(cusp->handle, opA, m, n, k, csrmat->num_entries, mat->alpha_one, mat->des… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2804 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2912 cusparseStatus_t stat; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE() local
2994stat = cusparseSpGEMMreuse_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatS… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2995 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2997stat = cusparseSpGEMM_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDesc… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2998 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2999stat = cusparseSpGEMM_copy(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, … in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3000 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3003stat = cusparse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3005 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3034 cusparseStatus_t stat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE() local
3184stat = cusparseCreateCsr(&mmdata->matSpBDescr, Bcsr->num_rows, Bcsr->num_cols, Bcsr->num_entries, … in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3185 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3218stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, 0, Ccsr->row_offsets->da… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3219 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3237stat = cusparseSpGEMMreuse_workEstimation(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cm… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3238 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3241stat = cusparseSpGEMMreuse_workEstimation(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cm… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3242 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3244stat = cusparseSpGEMMreuse_nnz(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3245 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3249stat = cusparseSpGEMMreuse_nnz(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3250 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3263stat = cusparseCsrSetPointers(Cmat->matDescr, Ccsr->row_offsets->data().get(), Ccsr->column_indice… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3264 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3266stat = cusparseSpGEMMreuse_copy(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDes… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3267 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3269stat = cusparseSpGEMMreuse_copy(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDes… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3270 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3272stat = cusparseSpGEMMreuse_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatS… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3273 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3279stat = cusparseSpGEMM_workEstimation(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, Bma… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3280 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3283stat = cusparseSpGEMM_workEstimation(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, Bma… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3284 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3286stat = cusparseSpGEMM_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3287 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3295stat = cusparseSpGEMM_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3296 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3306stat = cusparseCsrSetPointers(Cmat->matDescr, Ccsr->row_offsets->data().get(), Ccsr->column_indice… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3307 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3308stat = cusparseSpGEMM_copy(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, … in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3309 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3313stat = cusparseXcsrgemmNnz(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3315 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3326stat = cusparse_csr_spgemm(Ccusp->handle, opA, opB, Acsr->num_rows, Bcsr->num_cols, Acsr->num_cols… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3328 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
4745 cusparseStatus_t stat; in MatSeqAIJCUSPARSEMergeMats() local
4826stat = cusparseXcsr2coo(Acusp->handle, Aroff->data().get(), Annz, m, Acoo->data().get(), CUSPARSE_… in MatSeqAIJCUSPARSEMergeMats()
4827 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4828stat = cusparseXcsr2coo(Bcusp->handle, Broff->data().get(), Bnnz, m, Bcoo->data().get(), CUSPARSE_… in MatSeqAIJCUSPARSEMergeMats()
4829 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4872stat = cusparseXcoo2csr(Ccusp->handle, Ccoo->data().get(), c->nz, m, Ccsr->row_offsets->data().get… in MatSeqAIJCUSPARSEMergeMats()
4873 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4880stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, Ccsr->num_entries, Ccsr-… in MatSeqAIJCUSPARSEMergeMats()
4881 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4938stat = cusparseCreateCsr(&CmatT->matDescr, CcsrT->num_rows, CcsrT->num_cols, CcsrT->num_entries, C… in MatSeqAIJCUSPARSEMergeMats()
4939 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()