Gromacs
2020.4
|
Declares data types for GPU timing.
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... | |
anonymous enum |
PME GPU stages timing events indices, corresponding to the string in PMEStageNames in wallcycle.cpp.