CUDA pinned memory resource traits providing fast transfer characteristics.
More...
|
|
static constexpr bool | device_accessible = true |
|
static constexpr bool | fast_host_device_transfer = true |
|
static constexpr bool | high_bandwidth = false |
|
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_page_locked = true |
|
static constexpr bool | is_vulkan_resource = false |
|
static constexpr bool | low_latency_access = true |
|
static constexpr bool | optimized_for_transfer = true |
|
static constexpr size_t | preferred_alignment = 64 |
|
static constexpr bool | requires_context_binding = false |
|
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 = false |
|
static constexpr bool | supports_peer_access = false |
|
static constexpr bool | supports_shared_memory = false |
|
static constexpr bool | supports_texture_memory = false |
|
static constexpr bool | supports_unified_memory = false |
|
static constexpr bool | supports_zero_copy = true |
|
static constexpr size_t | warp_size = 32 |
CUDA pinned memory resource traits providing fast transfer characteristics.
The documentation for this struct was generated from the following file: