|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.JNpp.Core
public static class JNpp.Core
NPP Core - Basic functions for library management, in particular library version and device property query functions.
Method Summary | |
---|---|
static int |
nppGetGpuComputeCapability()
What CUDA compute model is supported by the default CUDA device? |
static java.lang.String |
nppGetGpuName()
Get the name of the default CUDA device. |
static int |
nppGetGpuNumSMs()
Get the number of Streaming Multiprocessors (SM) on the default CUDA device. |
static NppLibraryVersion |
nppGetLibVersion()
Get the NPP library version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NppLibraryVersion nppGetLibVersion()
public static int nppGetGpuComputeCapability()
public static int nppGetGpuNumSMs()
public static java.lang.String nppGetGpuName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |