Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx585 PetscReal maxoveravg; in MatMult_SeqSELLHIP() local
659 maxoveravg = a->maxslicewidth / a->avgslicewidth; in MatMult_SeqSELLHIP()
660 if (maxoveravg > 12.0 && maxoveravg / nrows > 0.001) { /* important threshold */ in MatMult_SeqSELLHIP()
719 PetscReal maxoveravg; in MatMultAdd_SeqSELLHIP() local
813 maxoveravg = a->maxslicewidth / a->avgslicewidth; in MatMultAdd_SeqSELLHIP()
814 if (maxoveravg > 12.0 && maxoveravg / nrows > 0.001) { /* important threshold */ in MatMultAdd_SeqSELLHIP()
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu580 PetscReal maxoveravg; in MatMult_SeqSELLCUDA() local
657 maxoveravg = a->maxslicewidth / a->avgslicewidth; in MatMult_SeqSELLCUDA()
658 if (maxoveravg > 12.0 && maxoveravg / nrows > 0.001) { /* important threshold */ in MatMult_SeqSELLCUDA()
719 PetscReal maxoveravg; in MatMultAdd_SeqSELLCUDA() local
818 maxoveravg = a->maxslicewidth / a->avgslicewidth; in MatMultAdd_SeqSELLCUDA()
819 if (maxoveravg > 12.0 && maxoveravg / nrows > 0.001) { /* important threshold */ in MatMultAdd_SeqSELLCUDA()