|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#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 | |
| HostVector< float > | eLJ |
| LJ energy. | |
| HostVector< float > | eElec |
| electrostatic energy | |
| HostVector< float > | dvdlLJ |
| dvdl terms | |
| HostVector< float > | dvdlElec |
| HostVector< Float3 > | fShift |
| shift forces | |
| HostVector< float > | eLJForeign |
| foreign lambda terms | |
| HostVector< float > | eElecForeign |
| HostVector< float > | dvdlLJForeign |
| HostVector< float > | dvdlElecForeign |
1.8.5