Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu16 PetscInt blocky; member
600 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 …]
/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx19 PetscInt blocky; member
605 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 …]