cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
cuda::memory::allocation_options Struct Reference

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.
 

Detailed Description

options accepted by CUDA's allocator of memory with a host-side aspect (host-only or managed memory).


The documentation for this struct was generated from the following file: