Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
gpu_timing.h File Reference
+ This graph shows which files directly or indirectly include this file:

Description

Declares data types for GPU timing.

Author
Szilard Pall pall..nosp@m.szil.nosp@m.ard@g.nosp@m.mail.nosp@m..com
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Classes

struct  gmx_kernel_timing_data_t
 GPU kernel time and call count. More...
 
struct  gmx_wallclock_gpu_pme_t
 GPU timings for PME. More...
 
struct  gmx_wallclock_gpu_nbnxn_t
 GPU NB timings for kernels and H2d/D2H transfers. More...
 

Enumerations

enum  {
  gtPME_SPLINE = 0, gtPME_SPREAD, gtPME_SPLINEANDSPREAD, gtPME_FFT_R2C,
  gtPME_SOLVE, gtPME_FFT_C2R, gtPME_GATHER, gtPME_EVENT_COUNT
}
 PME GPU stages timing events indices, corresponding to the string in PMEStageNames in wallcycle.cpp. More...
 

Enumeration Type Documentation

anonymous enum

PME GPU stages timing events indices, corresponding to the string in PMEStageNames in wallcycle.cpp.