include/nppcore.h File Reference

Basic NPP functionality. More...

#include "nppdefs.h"

Go to the source code of this file.

Functions

const NppLibraryVersionnppGetLibVersion ()
 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.


Detailed Description

Basic NPP functionality.

This file contains functions to query the NPP version as well as info about the CUDA compute capabilities on a given computer.


Copyright © 2009 NVIDIA Corporation