Access to core CUDA device services.
More...
#include <CUDADevice.h>
TODO: Write description.
Definition at line 73 of file CUDADevice.h.
◆ CUDADevice() [1/2]
pcl::CUDADevice::CUDADevice |
( |
| ) |
|
|
delete |
Default constructor - deleted, not an instantiable class.
◆ CUDADevice() [2/2]
pcl::CUDADevice::CUDADevice |
( |
const CUDADevice & |
| ) |
|
|
delete |
Copy constructor - deleted, not an instantiable class.
◆ IsAvailable()
static bool pcl::CUDADevice::IsAvailable |
( |
| ) |
|
|
staticnoexcept |
Returns true iff a valid and operational CUDA device is currently available on the running PixInsight platform.
◆ MaxThreadsPerBlock()
static int pcl::CUDADevice::MaxThreadsPerBlock |
( |
| ) |
|
|
staticnoexcept |
Returns the maximum number of threads per block available in the active CUDA device, or zero if no valid CUDA device is available.
◆ Name()
Returns the identifying name of the active CUDA device, or an empty string if there is no valid CUDA device available on the running PixInsight platform.
◆ operator=()
Copy assignment operator - deleted, not an instantiable class.
◆ SharedMemoryPerBlock()
static size_type pcl::CUDADevice::SharedMemoryPerBlock |
( |
| ) |
|
|
staticnoexcept |
Returns the total shared memory available per block on the active CUDA device in bytes, or zero if no valid CUDA device is available.
◆ TotalGlobalMemory()
static size_type pcl::CUDADevice::TotalGlobalMemory |
( |
| ) |
|
|
staticnoexcept |
Returns the total global memory available on the active CUDA device in bytes, or zero if no valid CUDA device is available.
The documentation for this class was generated from the following file: