Gromacs
2022.2
|
#include "gromacs/utility/enumerationhelpers.h"
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 | PmeStage : int { Spline = 0, Spread, SplineAndSpread, FftTransformR2C, Solve, FftTransformC2R, Gather, Count } |
PME GPU stages timing events indices, corresponding to the string in PMEStageNames in wallcycle.cpp. More... | |
|
strong |
PME GPU stages timing events indices, corresponding to the string in PMEStageNames in wallcycle.cpp.