A B C D E F G H I J K L M N P R S T V W X Y Z

M

major - Variable in class jcuda.runtime.cudaDeviceProp
Major revision number defining the device’s compute capability;
maxGridSize - Variable in class jcuda.runtime.cudaDeviceProp
The maximum sizes of each dimension of a grid;
maxTexture1D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 1D texture size
maxTexture2D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D texture dimensions
maxTexture2DArray - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D texture array dimensions
maxTexture3D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 3D texture dimensions
maxThreadsDim - Variable in class jcuda.runtime.cudaDeviceProp
The maximum sizes of each dimension of a block;
maxThreadsPerBlock - Variable in class jcuda.runtime.cudaDeviceProp
The maximum number of threads per block;
maxThreadsPerBlock - Variable in class jcuda.runtime.cudaFuncAttributes
Maximum number of threads per block
memPitch - Variable in class jcuda.runtime.cudaDeviceProp
The maximum pitch in bytes allowed by the memory copy functions that involve memory regions allocated through cudaMallocPitch();
minor - Variable in class jcuda.runtime.cudaDeviceProp
Minor revision number defining the device’s compute capability;
multiProcessorCount - Variable in class jcuda.runtime.cudaDeviceProp
The number of multiprocessors on the device.

A B C D E F G H I J K L M N P R S T V W X Y Z