Home
last modified time | relevance | path

Searched refs:PetscLogGpuTimeAdd (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetsclog.h763 static inline PetscErrorCode PetscLogGpuTimeAdd(PetscLogDouble t) in PetscLogGpuTimeAdd() function
795 #define PetscLogGpuTimeAdd(a) PETSC_SUCCESS macro
/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dsbaijcholmod.c427 …PetscCall(PetscLogGpuTimeAdd(chol->common->CHOLMOD_GPU_GEMM_TIME + chol->common->CHOLMOD_GPU_SYRK_… in MatCholeskyFactorNumeric_CHOLMOD()