Uses of Class
jcuda.runtime.cudaDeviceProp

Packages that use cudaDeviceProp
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of cudaDeviceProp in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type cudaDeviceProp
static int JCuda.cudaChooseDevice(int[] device, cudaDeviceProp prop)
          Select compute-device which best matches criteria.
static int JCuda.cudaGetDeviceProperties(cudaDeviceProp prop, int device)
          Returns information about the compute-device.