Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu35 static PetscErrorCode MatSeqSELLCUDACopyToGPU(Mat A) in MatSeqSELLCUDACopyToGPU() function
586 PetscCall(MatSeqSELLCUDACopyToGPU(A)); in MatMult_SeqSELLCUDA()
727 PetscCall(MatSeqSELLCUDACopyToGPU(A)); in MatMultAdd_SeqSELLCUDA()
913 if (A->factortype == MAT_FACTOR_NONE) PetscCall(MatSeqSELLCUDACopyToGPU(A)); in MatAssemblyEnd_SeqSELLCUDA()