Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx2183 PetscInt Blda, Clda; /* Record leading dimensions of B and C here to detect changes*/ member
2289 if (!mmdata->initialized || mmdata->Blda != blda || mmdata->Clda != clda) { in MatProductNumeric_SeqAIJHIPSPARSE_SeqDENSEHIP()
2299 if (mmdata->initialized && mmdata->Clda != clda) { in MatProductNumeric_SeqAIJHIPSPARSE_SeqDENSEHIP()
2305 mmdata->Clda = clda; in MatProductNumeric_SeqAIJHIPSPARSE_SeqDENSEHIP()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu2609 PetscInt Blda, Clda; /* Record leading dimensions of B and C here to detect changes*/ member
2731 if (!mmdata->initialized || mmdata->Blda != blda || mmdata->Clda != clda) { in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2742 if (mmdata->initialized && mmdata->Clda != clda) { in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
2748 mmdata->Clda = clda; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()