Uses of Class
jcuda.driver.CUdevice

Packages that use CUdevice
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of CUdevice in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUdevice
static int JCudaDriver.cuCtxCreate(CUcontext pctx, int flags, CUdevice dev)
          Create a CUDA context.
static int JCudaDriver.cuCtxGetDevice(CUdevice device)
          Return device-ID for current context.
static int JCudaDriver.cuDeviceComputeCapability(int[] major, int[] minor, CUdevice dev)
          Returns the compute capability of the device.
static int JCudaDriver.cuDeviceGet(CUdevice device, int ordinal)
          Returns a device-handle.
static int JCudaDriver.cuDeviceGetAttribute(int[] pi, int attrib, CUdevice dev)
          Returns information about the device.
static int JCudaDriver.cuDeviceGetName(byte[] name, int len, CUdevice dev)
          Returns an identifier string.
static int JCudaDriver.cuDeviceGetProperties(CUdevprop prop, CUdevice dev)
          Get device properties.
static int JCudaDriver.cuDeviceTotalMem(int[] bytes, CUdevice dev)
          Returns the total amount of memory on the device.
static int JCudaDriver.cuGLCtxCreate(CUcontext pCtx, int Flags, CUdevice device)
          Create a CUDA context for interoperability with OpenGL.