Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Dnn::Compute::MemoryResourceTraits< CudaManagedMemoryResource > Struct Referenceexport

CUDA managed memory resource traits providing unified memory characteristics. More...

Static Public Attributes

static constexpr bool automatic_migration = true
static constexpr bool device_accessible = true
static constexpr bool high_bandwidth = true
static constexpr bool host_accessible = true
static constexpr bool is_cpu_resource = false
static constexpr bool is_cuda_resource = true
static constexpr bool is_metal_resource = false
static constexpr bool is_opencl_resource = false
static constexpr bool is_vulkan_resource = false
static constexpr bool low_latency_access = false
static constexpr size_t preferred_alignment = 256
static constexpr bool requires_context_binding = true
static constexpr bool requires_host_synchronization = false
static constexpr bool supports_async_operations = true
static constexpr bool supports_atomic_operations = true
static constexpr bool supports_concurrent_kernels = true
static constexpr bool supports_constant_memory = true
static constexpr bool supports_memory_advise = true
static constexpr bool supports_peer_access = true
static constexpr bool supports_prefetching = true
static constexpr bool supports_shared_memory = true
static constexpr bool supports_texture_memory = true
static constexpr bool supports_unified_memory = true
static constexpr bool supports_zero_copy = true
static constexpr size_t warp_size = 32

Detailed Description

CUDA managed memory resource traits providing unified memory characteristics.


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