Uses of Class
jcuda.driver.CUcontext

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 a context's 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 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)
          Pushes a floating context on the current CPU thread.
static int JCudaDriver.cuGLCtxCreate(CUcontext pCtx, int Flags, CUdevice device)
          Create a CUDA context for interoperability with OpenGL.