Gromacs
2018.8
|
#include "gmxpre.h"
#include "hostallocator.h"
#include "config.h"
#include <cstddef>
#include <memory>
#include "gromacs/gpu_utils/pinning.h"
#include "gromacs/utility/alignedallocator.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
Implements gmx::HostAllocationPolicy for allocating memory suitable for e.g. GPU transfers on CUDA.
Classes | |
class | gmx::HostAllocationPolicy::Impl |
Private implementation class. More... | |