4: typedef struct {
5: /* The following are used by GPU capabilities to store matrix storage formats on the device */
6: MatCUSPStorageFormat diagGPUMatFormat;
7: MatCUSPStorageFormat offdiagGPUMatFormat;
8: cudaStream_t stream;
9: } Mat_MPIAIJCUSP;
11: PETSC_INTERN PetscErrorCode MatCUSPSetStream(Mat, const cudaStream_t stream);
12: #endif