Home
last modified time | relevance | path

Searched refs:matDescr_SpMM (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h290 …cusparseSpMatDescr_t matDescr_SpMM[3]; // and known issues https://docs.nvidia.com/cuda/cuda-tool… member
299 matDescr_SpMM[i] = NULL; in Mat_SeqAIJCUSPARSEMultStruct()
H A Daijcusparse.cu2725 cusparseSpMatDescr_t &matADescr = mat->matDescr_SpMM[opA]; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
4260 … if (mdata->matDescr_SpMM[i]) PetscCallCUSPARSE(cusparseDestroySpMat(mdata->matDescr_SpMM[i])); in MatSeqAIJCUSPARSEMultStruct_Destroy()