Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Ddlregismat.c262 PetscCall(PetscLogEventRegister("MatCUSPARSCopyFr", MAT_CLASSID, &MAT_CUSPARSECopyFromGPU)); in MatInitializePackage()
H A Dmatrix.c36 PetscLogEvent MAT_CUSPARSECopyToGPU, MAT_CUSPARSECopyFromGPU, MAT_CUSPARSEGenerateTranspose, MAT_CU… variable
/petsc/include/petsc/private/
H A Dmatimpl.h1756 PETSC_EXTERN PetscLogEvent MAT_CUSPARSECopyFromGPU; variable
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu2326 PetscCall(PetscLogEventBegin(MAT_CUSPARSECopyFromGPU, A, 0, 0, 0)); in MatSeqAIJCUSPARSECopyFromGPU()
2340 PetscCall(PetscLogEventEnd(MAT_CUSPARSECopyFromGPU, A, 0, 0, 0)); in MatSeqAIJCUSPARSECopyFromGPU()