Functions | |
const NppLibraryVersion * | nppGetLibVersion () |
Get the NPP library version. | |
NppGpuComputeCapability | nppGetGpuComputeCapability () |
What CUDA compute model is supported by the default CUDA device? | |
int | nppGetGpuNumSMs () |
Get the number of Streaming Multiprocessors (SM) on the default CUDA device. | |
int | nppGetMaxThreadsPerBlock () |
Get the maximum number of threads per block on the default CUDA device. | |
const char * | nppGetGpuName () |
Get the name of the default CUDA device. |
NppGpuComputeCapability nppGetGpuComputeCapability | ( | ) |
What CUDA compute model is supported by the default CUDA device?
Before trying to call any NPP functions, the user should make a call this function to ensure that the current machine has a CUDA capable device.
const char* nppGetGpuName | ( | ) |
Get the name of the default CUDA device.
int nppGetGpuNumSMs | ( | ) |
Get the number of Streaming Multiprocessors (SM) on the default CUDA device.
const NppLibraryVersion* nppGetLibVersion | ( | ) |
Get the NPP library version.
int nppGetMaxThreadsPerBlock | ( | ) |
Get the maximum number of threads per block on the default CUDA device.