Gromacs
2024.4
|
#include "gmxpre.h"
#include "config.h"
#include <utility>
#include "gromacs/gpu_utils/device_stream_manager.h"
#include "gromacs/mdlib/mdgraph_gpu.h"
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/gmxmpi.h"
May be used to implement MD graph CUDA interfaces for non-GPU builds.
Currently, reports and exits if any of the interfaces are called. Needed to satisfy compiler on systems, where CUDA is not available.
Classes | |
class | gmx::MdGpuGraph::Impl |
Impl class stub. More... | |