Gromacs
2024.3
|
#include <gromacs/nbnxm/gpu_types_common.h>
Staging area for temporary data downloaded from the GPU.
Since SYCL buffers already have host-side storage, this is a bit redundant. But it allows prefetching of the data from GPU, and brings GPU backends closer together.
Public Attributes | |
float * | eLJ = nullptr |
LJ energy. | |
float * | eElec = nullptr |
electrostatic energy | |
Float3 * | fShift = nullptr |
shift forces | |