Searched refs:GpuFlops (Results 1 – 3 of 3) sorted by relevance
45 PetscLogDouble GpuFlops; /* The flops done on a GPU in this event */ member
53 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()
218 if (gpuflops) *gpuflops = eventInfo.GpuFlops / 1.e6; in PetscLogSpMVTime()