Home
last modified time | relevance | path

Searched refs:petsc_gflops (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c85 PetscLogDouble petsc_gflops = 0.0; /* The flops done on a GPU */ variable
2642 petsc_gflops = 0.0; in PetscLogFinalize()
/petsc/include/
H A Dpetsclog.h240 PETSC_EXTERN PetscLogDouble petsc_gflops; variable
759 PetscCall(PetscAddLogDouble(&petsc_gflops, &petsc_gflops_th, PETSC_FLOPS_PER_OP * n)); in PetscLogGpuFlops()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1247 if (!PetscLogGpuTimeFlag || petsc_gflops == 0) PetscFunctionReturn(PETSC_SUCCESS); in PetscLogViewWarnGpuTime()
1639 if (!PetscLogGpuTimeFlag && petsc_gflops > 0) { in PetscLogHandlerView_Default_Info()