Searched refs:kernelchoice (Results 1 – 2 of 2) sorted by relevance
18 PetscInt kernelchoice; member590 …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()
15 PetscInt kernelchoice; member585 …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()