Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/mpi/cupm/
H A Dmatmpidensecupm.hpp33 static PetscErrorCode Convert_Dispatch_(Mat, MatType, MatReuse, Mat *) noexcept;
131 inline PetscErrorCode MatDense_MPI_CUPM<T>::Convert_Dispatch_(Mat M, MatType, MatReuse reuse, Mat *… in Convert_Dispatch_() function in Petsc::mat::cupm::impl::MatDense_MPI_CUPM
278 PetscCall(Convert_Dispatch_</* to host */ true>(M, mtype, reuse, newmat)); in Convert_MPIDenseCUPM_MPIDense()
286 PetscCall(Convert_Dispatch_</* to host */ false>(M, mtype, reuse, newmat)); in Convert_MPIDense_MPIDenseCUPM()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp75 static PetscErrorCode Convert_Dispatch_(Mat, MatType, MatReuse, Mat *) noexcept;
899 inline PetscErrorCode MatDense_Seq_CUPM<T>::Convert_Dispatch_(Mat M, MatType type, MatReuse reuse, … in Convert_Dispatch_() function in Petsc::mat::cupm::impl::MatDense_Seq_CUPM
1142 PetscCall(Convert_Dispatch_</* to host */ true>(M, type, reuse, newmat)); in Convert_SeqDenseCUPM_SeqDense()
1150 PetscCall(Convert_Dispatch_</* to host */ false>(M, type, reuse, newmat)); in Convert_SeqDense_SeqDenseCUPM()