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
1264 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1266 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1276 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1277 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1299 …stat = cusparse_hyb2csr(cusparsestruct->handle, matstruct->descr, (cusparseHybMat_t)matstruct->mat… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1300 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1310 …stat = cusparse_csr2csc(cusparsestruct->handle, temp->num_rows, temp->num_cols, temp->num_entries,… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1312 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1318 …stat = cusparse_csr2hyb(cusparsestruct->handle, A->rmap->n, A->cmap->n… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1319 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1364 …stat = cusparseCsr2cscEx2_bufferSize(cusparsestruct->handle, A->rmap->n, A->cmap->n, matrix->num_e… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1366 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1378 …stat = 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
2506 …stat = cusparseCreateCsr(&matstruct->matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatSeqAIJCUSPARSECopyToGPU()
2508 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSECopyToGPU()
2531 …stat = 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
2759 …stat = cusparseCreateCsr(&matADescr, csrmat->num_rows, csrmat->num_cols, csrmat->num_entries, csrm… in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2761 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2803 …stat = 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
2994 …stat = cusparseSpGEMMreuse_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatS… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2995 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2997 …stat = cusparseSpGEMM_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDesc… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2998 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2999 …stat = cusparseSpGEMM_copy(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, … in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3000 PetscCallCUSPARSE(stat); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3003 …stat = 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
3184 …stat = cusparseCreateCsr(&mmdata->matSpBDescr, Bcsr->num_rows, Bcsr->num_cols, Bcsr->num_entries, … in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3185 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3218 …stat = 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()
3237 …stat = cusparseSpGEMMreuse_workEstimation(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cm… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3238 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3241 …stat = cusparseSpGEMMreuse_workEstimation(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cm… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3242 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3244 …stat = cusparseSpGEMMreuse_nnz(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3245 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3249 …stat = cusparseSpGEMMreuse_nnz(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3250 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3263 …stat = cusparseCsrSetPointers(Cmat->matDescr, Ccsr->row_offsets->data().get(), Ccsr->column_indice… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3264 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3266 …stat = cusparseSpGEMMreuse_copy(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDes… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3267 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3269 …stat = cusparseSpGEMMreuse_copy(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDes… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3270 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3272 …stat = cusparseSpGEMMreuse_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatS… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3273 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3279 …stat = cusparseSpGEMM_workEstimation(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, Bma… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3280 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3283 …stat = cusparseSpGEMM_workEstimation(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, Bma… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3284 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3286 …stat = cusparseSpGEMM_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3287 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3295 …stat = cusparseSpGEMM_compute(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDesc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3296 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3306 …stat = cusparseCsrSetPointers(Cmat->matDescr, Ccsr->row_offsets->data().get(), Ccsr->column_indice… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3307 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3308 …stat = cusparseSpGEMM_copy(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, … in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3309 PetscCallCUSPARSE(stat); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3313 …stat = 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()
3326 …stat = 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
4826 …stat = cusparseXcsr2coo(Acusp->handle, Aroff->data().get(), Annz, m, Acoo->data().get(), CUSPARSE_… in MatSeqAIJCUSPARSEMergeMats()
4827 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4828 …stat = cusparseXcsr2coo(Bcusp->handle, Broff->data().get(), Bnnz, m, Bcoo->data().get(), CUSPARSE_… in MatSeqAIJCUSPARSEMergeMats()
4829 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4872 …stat = cusparseXcoo2csr(Ccusp->handle, Ccoo->data().get(), c->nz, m, Ccsr->row_offsets->data().get… in MatSeqAIJCUSPARSEMergeMats()
4873 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4880 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, Ccsr->num_entries, Ccsr-… in MatSeqAIJCUSPARSEMergeMats()
4881 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()
4938 …stat = cusparseCreateCsr(&CmatT->matDescr, CcsrT->num_rows, CcsrT->num_cols, CcsrT->num_entries, C… in MatSeqAIJCUSPARSEMergeMats()
4939 PetscCallCUSPARSE(stat); in MatSeqAIJCUSPARSEMergeMats()