Searched refs:offdiagGPUMatFormat (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mpicusparse/ |
| H A D | mpicusparsematimpl.h | 8 MatCUSPARSEStorageFormat offdiagGPUMatFormat = MAT_CUSPARSE_CSR; member
|
| H A D | mpiaijcusparse.cu | 308 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 D | mpihipsparsematimpl.h | 17 MatHIPSPARSEStorageFormat offdiagGPUMatFormat = MAT_HIPSPARSE_CSR; member
|
| H A D | mpiaijhipsparse.hip.cxx | 308 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()
|