Lines Matching refs:matDescr
1264 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1276 …stat = cusparseCreateCsr(&matstructT->matDescr, matrixT->num_rows, matrixT->num_cols, matrixT->num… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1280 matstructT->matDescr = NULL; in MatSeqAIJCUSPARSEFormExplicitTranspose()
2506 …stat = cusparseCreateCsr(&matstruct->matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatSeqAIJCUSPARSECopyToGPU()
2727 cusparseSpMatDescr_t &matADescr = mat->matDescr; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2991 …BmatSpDescr = mmdata->Bcsr ? mmdata->matSpBDescr : Bmat->matDescr; /* B may be in compressed row s… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2994 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2997 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2999 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3165 BmatSpDescr = Bmat->matDescr; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3218 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, 0, Ccsr->row_offsets->da… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3237 …SpGEMMreuse_workEstimation(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDescr, C… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3241 …SpGEMMreuse_workEstimation(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDescr, C… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3244 … = cusparseSpGEMMreuse_nnz(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDescr, C… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3249 … = cusparseSpGEMMreuse_nnz(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDescr, C… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3255 PetscCallCUSPARSE(cusparseSpMatGetSize(Cmat->matDescr, &C_num_rows1, &C_num_cols1, &C_nnz1)); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3263 …stat = cusparseCsrSetPointers(Cmat->matDescr, Ccsr->row_offsets->data().get(), Ccsr->column_indice… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3266 …= cusparseSpGEMMreuse_copy(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDescr, C… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3269 …= cusparseSpGEMMreuse_copy(Ccusp->handle, opA, opB, Amat->matDescr, BmatSpDescr, Cmat->matDescr, C… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3272 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3279 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3283 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3286 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3295 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3298 PetscCallCUSPARSE(cusparseSpMatGetSize(Cmat->matDescr, &C_num_rows1, &C_num_cols1, &C_nnz1)); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3306 …stat = cusparseCsrSetPointers(Cmat->matDescr, Ccsr->row_offsets->data().get(), Ccsr->column_indice… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3308 …(Ccusp->handle, opA, opB, Cmat->alpha_one, Amat->matDescr, BmatSpDescr, Cmat->beta_zero, Cmat->mat… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3646 …cusparseSpMatDescr_t &matDescr = matstruct->matDescr_SpMV[opA]; // All opA's should use the same m… in MatMultAddKernel_SeqAIJCUSPARSE() local
3648 cusparseSpMatDescr_t &matDescr = matstruct->matDescr; in MatMultAddKernel_SeqAIJCUSPARSE()
3653 if (!matDescr) { in MatMultAddKernel_SeqAIJCUSPARSE()
3655 …PetscCallCUSPARSE(cusparseCreateCsr(&matDescr, mat->num_rows, mat->num_cols, mat->num_entries, mat… in MatMultAddKernel_SeqAIJCUSPARSE()
3663 …cusparseSpMV_bufferSize(cusparsestruct->handle, opA, matstruct->alpha_one, matDescr, matstruct->cu… in MatMultAddKernel_SeqAIJCUSPARSE()
3667 …cusparseSpMV_preprocess(cusparsestruct->handle, opA, matstruct->alpha_one, matDescr, matstruct->cu… in MatMultAddKernel_SeqAIJCUSPARSE()
3676 …PetscCallCUSPARSE(cusparseSpMV(cusparsestruct->handle, opA, matstruct->alpha_one, matDescr, matstr… in MatMultAddKernel_SeqAIJCUSPARSE()
4251 if (mdata->matDescr) PetscCallCUSPARSE(cusparseDestroySpMat(mdata->matDescr)); in MatSeqAIJCUSPARSEMultStruct_Destroy()
4880 …stat = cusparseCreateCsr(&Cmat->matDescr, Ccsr->num_rows, Ccsr->num_cols, Ccsr->num_entries, Ccsr-… in MatSeqAIJCUSPARSEMergeMats()
4938 …stat = cusparseCreateCsr(&CmatT->matDescr, CcsrT->num_rows, CcsrT->num_cols, CcsrT->num_entries, C… in MatSeqAIJCUSPARSEMergeMats()