Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx38 static PetscErrorCode MatSeqSELLHIPCopyToGPU(Mat A) in MatSeqSELLHIPCopyToGPU() function
591 PetscCall(MatSeqSELLHIPCopyToGPU(A)); in MatMult_SeqSELLHIP()
727 PetscCall(MatSeqSELLHIPCopyToGPU(A)); in MatMultAdd_SeqSELLHIP()
906 if (A->factortype == MAT_FACTOR_NONE) PetscCall(MatSeqSELLHIPCopyToGPU(A)); in MatAssemblyEnd_SeqSELLHIP()