|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CUcontext | |
---|---|
jcuda.driver | Contains the classes related to the JCuda driver API. |
Uses of CUcontext in jcuda.driver |
---|
Methods in jcuda.driver with parameters of type CUcontext | |
---|---|
static int |
JCudaDriver.cuCtxAttach(CUcontext pctx,
int flags)
Increment context usage-count. |
static int |
JCudaDriver.cuCtxCreate(CUcontext pctx,
int flags,
CUdevice dev)
Create a CUDA context. |
static int |
JCudaDriver.cuCtxDestroy(CUcontext ctx)
Destroy the current context context or a floating CuDA context. |
static int |
JCudaDriver.cuCtxDetach(CUcontext ctx)
Decrement a context’s usage-count. |
static int |
JCudaDriver.cuCtxPopCurrent(CUcontext pctx)
Pops the current CUDA context from the current CPU thread. |
static int |
JCudaDriver.cuCtxPushCurrent(CUcontext ctx)
Attach floating context to CPU thread. |
static int |
JCudaDriver.cuGLCtxCreate(CUcontext pCtx,
int Flags,
CUdevice device)
Create a CUDA context for interoperability with OpenGL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |