Searched refs:avgslicesize (Results 1 – 2 of 2) sorted by relevance
679 PetscInt avgslicesize = sliceheight * a->avgslicewidth; in MatMult_SeqSELLHIP() local680 if (avgslicesize <= 432) { in MatMult_SeqSELLHIP()688 } else if (avgslicesize <= 2400) { in MatMult_SeqSELLHIP()833 PetscInt avgslicesize = sliceheight * a->avgslicewidth; in MatMultAdd_SeqSELLHIP() local834 if (avgslicesize <= 432) { in MatMultAdd_SeqSELLHIP()842 } else if (avgslicesize <= 2400) { in MatMultAdd_SeqSELLHIP()
679 PetscInt avgslicesize = sliceheight * a->avgslicewidth; in MatMult_SeqSELLCUDA() local680 if (avgslicesize <= 432) { in MatMult_SeqSELLCUDA()688 } else if (avgslicesize <= 2400) { in MatMult_SeqSELLCUDA()840 PetscInt avgslicesize = sliceheight * a->avgslicewidth; in MatMultAdd_SeqSELLCUDA() local841 if (avgslicesize <= 432) { in MatMultAdd_SeqSELLCUDA()849 } else if (avgslicesize <= 2400) { in MatMultAdd_SeqSELLCUDA()