|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "hostallocator.h"#include <cstddef>#include <memory>#include "gromacs/gpu_utils/gpu_utils.h"#include "gromacs/gpu_utils/pmalloc.h"#include "gromacs/utility/alignedallocator.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/stringutil.h"
Include dependency graph for hostallocator.cpp:Implements gmx::HostAllocationPolicy for allocating memory suitable for e.g. GPU transfers on CUDA.
1.8.5