Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclogtypes.h45 PetscLogDouble GpuFlops; /* The flops done on a GPU in this event */ member
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c53 eventInfo->GpuFlops -= petsc_gflops_th; in PetscEventPerfInfoTic_Internal()
104 eventInfo->GpuFlops += petsc_gflops_th; in PetscEventPerfInfoToc_Internal()
153 outInfo->GpuFlops += eventInfo->GpuFlops; in PetscEventPerfInfoAdd_Internal()
1628 …PetscCallMPI(MPIU_Allreduce(&event_info->GpuFlops, &gflops, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, comm)… in PetscLogHandlerView_Default_Info()
/petsc/src/mat/tests/
H A Dbench_spmv.c218 if (gpuflops) *gpuflops = eventInfo.GpuFlops / 1.e6; in PetscLogSpMVTime()