Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx18 PetscInt kernelchoice; member
590 …PetscCheck(!(hipstruct->kernelchoice >= 2 && hipstruct->kernelchoice <= 6 && sliceheight > 32), PE… in MatMult_SeqSELLHIP()
601 switch (hipstruct->kernelchoice) { in MatMult_SeqSELLHIP()
699 …P, "unsupported kernel choice %" PetscInt_FMT " for MatMult_SeqSELLHIP.", hipstruct->kernelchoice); in MatMult_SeqSELLHIP()
726 …PetscCheck(!(hipstruct->kernelchoice >= 2 && hipstruct->kernelchoice <= 6 && sliceheight != sliceh… in MatMultAdd_SeqSELLHIP()
736 switch (hipstruct->kernelchoice) { in MatMultAdd_SeqSELLHIP()
853 …P, "unsupported kernel choice %" PetscInt_FMT " for MatMult_SeqSELLHIP.", hipstruct->kernelchoice); in MatMultAdd_SeqSELLHIP()
882 hipstruct->kernelchoice = kernel; in MatSetFromOptions_SeqSELLHIP()
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu15 PetscInt kernelchoice; member
585 …PetscCheck(!(cudastruct->kernelchoice >= 2 && cudastruct->kernelchoice <= 6 && sliceheight != SLIC… in MatMult_SeqSELLCUDA()
596 switch (cudastruct->kernelchoice) { in MatMult_SeqSELLCUDA()
699 … "unsupported kernel choice %" PetscInt_FMT " for MatMult_SeqSELLCUDA.", cudastruct->kernelchoice); in MatMult_SeqSELLCUDA()
726 …PetscCheck(!(cudastruct->kernelchoice >= 2 && cudastruct->kernelchoice <= 6 && sliceheight != SLIC… in MatMultAdd_SeqSELLCUDA()
736 switch (cudastruct->kernelchoice) { in MatMultAdd_SeqSELLCUDA()
860 … "unsupported kernel choice %" PetscInt_FMT " for MatMult_SeqSELLCUDA.", cudastruct->kernelchoice); in MatMultAdd_SeqSELLCUDA()
889 cudastruct->kernelchoice = kernel; in MatSetFromOptions_SeqSELLCUDA()