Gromacs
2019
|
#include <cstddef>
#include "gromacs/gpu_utils/gpu_macros.h"
Declares functions for pinning memory to be suitable for efficient GPU transfers on CUDA.
Functions | |
void | gmx::pinBuffer (void *pointer, std::size_t numBytes) noexcept |
Pin the allocation to physical memory. More... | |
void | gmx::unpinBuffer (void *pointer) noexcept |
Unpin the allocation. More... | |