cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
|
options accepted by CUDA's allocator of memory with a host-side aspect (host-only or managed memory). More...
#include <memory.hpp>
Public Attributes | |
portability_across_contexts | portability |
whether or not the allocated region can be used in different CUDA contexts. | |
cpu_write_combining | write_combining |
whether or not the GPU can batch multiple writes to this area and propagate them at its convenience. | |
options accepted by CUDA's allocator of memory with a host-side aspect (host-only or managed memory).