Searched refs:blocky (Results 1 – 2 of 2) sorted by relevance
16 PetscInt blocky; member600 if (cudastruct->blocky == 2) { in MatMult_SeqSELLCUDA()602 } else if (cudastruct->blocky == 4) { in MatMult_SeqSELLCUDA()604 } else if (cudastruct->blocky == 8) { in MatMult_SeqSELLCUDA()606 } else if (cudastruct->blocky == 16) { in MatMult_SeqSELLCUDA()608 } else if (cudastruct->blocky == 32) { in MatMult_SeqSELLCUDA()616 if (cudastruct->blocky == 2) { in MatMult_SeqSELLCUDA()618 } else if (cudastruct->blocky == 4) { in MatMult_SeqSELLCUDA()620 } else if (cudastruct->blocky == 8) { in MatMult_SeqSELLCUDA()622 } else if (cudastruct->blocky == 16) { in MatMult_SeqSELLCUDA()[all …]
19 PetscInt blocky; member605 if (hipstruct->blocky == 2) { in MatMult_SeqSELLHIP()607 } else if (hipstruct->blocky == 4) { in MatMult_SeqSELLHIP()609 } else if (hipstruct->blocky == 8) { in MatMult_SeqSELLHIP()611 } else if (hipstruct->blocky == 16) { in MatMult_SeqSELLHIP()618 nblocks = 1 + (nrows - 1) / (hipstruct->blocky * sliceheight); in MatMult_SeqSELLHIP()619 if (hipstruct->blocky == 2) { in MatMult_SeqSELLHIP()621 } else if (hipstruct->blocky == 4) { in MatMult_SeqSELLHIP()623 } else if (hipstruct->blocky == 8) { in MatMult_SeqSELLHIP()625 } else if (hipstruct->blocky == 16) { in MatMult_SeqSELLHIP()[all …]