Actual source code: mpicuspmatimpl.h

petsc-3.6.1 2015-08-06
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