Gromacs  2025.0-dev-20241009-5c23d5f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::NBStagingData Struct Reference

#include <gromacs/nbnxm/gpu_types_common.h>

Description

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< Float3fShift
 shift forces
 

The documentation for this struct was generated from the following file: