Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpicusparsematimpl.h8 MatCUSPARSEStorageFormat offdiagGPUMatFormat = MAT_CUSPARSE_CSR; member
H A Dmpiaijcusparse.cu308 PetscCall(MatCUSPARSESetFormat(b->B, MAT_CUSPARSE_MULT, cusparseStruct->offdiagGPUMatFormat)); in MatMPIAIJSetPreallocation_MPIAIJCUSPARSE()
372 cusparseStruct->offdiagGPUMatFormat = format; in MatCUSPARSESetFormat_MPIAIJCUSPARSE()
376 cusparseStruct->offdiagGPUMatFormat = format; in MatCUSPARSESetFormat_MPIAIJCUSPARSE()
396 …ESetFormat", MatCUSPARSEStorageFormats, (PetscEnum)cusparseStruct->offdiagGPUMatFormat, (PetscEnum… in MatSetFromOptions_MPIAIJCUSPARSE()
450 PetscCall(MatCUSPARSESetFormat(b->B, MAT_CUSPARSE_MULT, cusparseStruct->offdiagGPUMatFormat)); in MatSetUp_MPI_HASH_CUSPARSE()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpihipsparsematimpl.h17 MatHIPSPARSEStorageFormat offdiagGPUMatFormat = MAT_HIPSPARSE_CSR; member
H A Dmpiaijhipsparse.hip.cxx308 PetscCall(MatHIPSPARSESetFormat(b->B, MAT_HIPSPARSE_MULT, hipsparseStruct->offdiagGPUMatFormat)); in MatMPIAIJSetPreallocation_MPIAIJHIPSPARSE()
372 hipsparseStruct->offdiagGPUMatFormat = format; in MatHIPSPARSESetFormat_MPIAIJHIPSPARSE()
376 hipsparseStruct->offdiagGPUMatFormat = format; in MatHIPSPARSESetFormat_MPIAIJHIPSPARSE()
396 …etFormat", MatHIPSPARSEStorageFormats, (PetscEnum)hipsparseStruct->offdiagGPUMatFormat, (PetscEnum… in MatSetFromOptions_MPIAIJHIPSPARSE()