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

CUDA device memory resource traits providing detailed GPU backend characteristics. More...

Static Public Attributes

static constexpr bool device_accessible = true
static constexpr bool high_bandwidth = true
static constexpr bool host_accessible = false
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 = true
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_peer_access = true
static constexpr bool supports_shared_memory = true
static constexpr bool supports_texture_memory = true
static constexpr bool supports_unified_memory = false
static constexpr bool supports_zero_copy = false
static constexpr size_t warp_size = 32

Detailed Description

CUDA device memory resource traits providing detailed GPU backend characteristics.

Extends base MemoryResourceTraits with CUDA-specific capabilities and optimizations. Used for CUDA backend dispatch and optimization decisions.


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