Actual source code: mpicuspmatimpl.h

petsc-3.8.3 2017-12-09
Report Typos and Errors

  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