Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx23 } Mat_SeqSELLHIP; typedef
25 static PetscErrorCode MatSeqSELLHIP_Destroy(Mat_SeqSELLHIP **hipstruct) in MatSeqSELLHIP_Destroy()
40 Mat_SeqSELLHIP *hipstruct = (Mat_SeqSELLHIP *)A->spptr; in MatSeqSELLHIPCopyToGPU()
574 Mat_SeqSELLHIP *hipstruct = (Mat_SeqSELLHIP *)A->spptr; in MatMult_SeqSELLHIP()
711 Mat_SeqSELLHIP *hipstruct = (Mat_SeqSELLHIP *)A->spptr; in MatMultAdd_SeqSELLHIP()
868 Mat_SeqSELLHIP *hipstruct = (Mat_SeqSELLHIP *)A->spptr; in MatSetFromOptions_SeqSELLHIP()
919 Mat_SeqSELLHIP *hipstruct = (Mat_SeqSELLHIP *)A->spptr; in MatZeroEntries_SeqSELLHIP()
934 …dmask != PETSC_OFFLOAD_UNALLOCATED) PetscCall(MatSeqSELLHIP_Destroy((Mat_SeqSELLHIP **)&A->spptr)); in MatDestroy_SeqSELLHIP()
950 Mat_SeqSELLHIP *hipstruct; in MatConvert_SeqSELL_SeqSELLHIP()