#include "nppdefs.h"
Go to the source code of this file.
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. | |
const char * | nppGetGpuName () |
Get the name of the default CUDA device. |
This file contains functions to query the NPP version as well as info about the CUDA compute capabilities on a given computer.