Searched refs:petsc_gflops (Results 1 – 3 of 3) sorted by relevance
85 PetscLogDouble petsc_gflops = 0.0; /* The flops done on a GPU */ variable2642 petsc_gflops = 0.0; in PetscLogFinalize()
240 PETSC_EXTERN PetscLogDouble petsc_gflops; variable759 PetscCall(PetscAddLogDouble(&petsc_gflops, &petsc_gflops_th, PETSC_FLOPS_PER_OP * n)); in PetscLogGpuFlops()
1247 if (!PetscLogGpuTimeFlag || petsc_gflops == 0) PetscFunctionReturn(PETSC_SUCCESS); in PetscLogViewWarnGpuTime()1639 if (!PetscLogGpuTimeFlag && petsc_gflops > 0) { in PetscLogHandlerView_Default_Info()