cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
|
This is the complete list of members for cuda::device::properties_t, including all inherited members.
can_map_host_memory() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
compute_architecture() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
compute_capability() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
global_memory_size() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
max_in_flight_threads_on_device() const (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
max_shared_memory_per_block() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
max_threads_per_block() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
max_warps_per_block() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
pci_id() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
properties_t()=default (defined in cuda::device::properties_t) | cuda::device::properties_t | |
properties_t(const cudaDeviceProp &cdp) noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
properties_t(cudaDeviceProp &&cdp) noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t | inline |
usable_for_compute() const noexcept (defined in cuda::device::properties_t) | cuda::device::properties_t |