A B C D E F G H I J K L M N P R S T U 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.driver.CUdevprop
The maximum sizes of each dimension of a grid;
maxGridSize - Variable in class jcuda.runtime.cudaDeviceProp
The maximum sizes of each dimension of a grid;
maxSurface1D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 1D surface size
maxSurface1DLayered - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 1D layered surface dimensions
maxSurface2D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D surface dimensions
maxSurface2DLayered - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D layered surface dimensions
maxSurface3D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 3D surface dimensions
maxSurfaceCubemap - Variable in class jcuda.runtime.cudaDeviceProp
Maximum Cubemap surface dimensions
maxSurfaceCubemapLayered - Variable in class jcuda.runtime.cudaDeviceProp
Maximum Cubemap layered surface dimensions
maxTexture1D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 1D texture size
maxTexture1DLayered - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 1D layered texture dimensions
maxTexture1DLinear - Variable in class jcuda.runtime.cudaDeviceProp
Maximum size for 1D textures bound to linear memory
maxTexture2D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D texture dimensions
maxTexture2DGather - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D texture dimensions if texture gather operations have to be performed
maxTexture2DLayered - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 2D layered texture dimensions
maxTexture2DLinear - Variable in class jcuda.runtime.cudaDeviceProp
Maximum dimensions (width, height, pitch) for 2D textures bound to pitched memory
maxTexture3D - Variable in class jcuda.runtime.cudaDeviceProp
Maximum 3D texture dimensions
maxTextureCubemap - Variable in class jcuda.runtime.cudaDeviceProp
Maximum Cubemap texture dimensions
maxTextureCubemapLayered - Variable in class jcuda.runtime.cudaDeviceProp
Maximum Cubemap layered texture dimensions
maxThreadsDim - Variable in class jcuda.driver.CUdevprop
The maximum sizes of each dimension of a block;
maxThreadsDim - Variable in class jcuda.runtime.cudaDeviceProp
The maximum sizes of each dimension of a block;
maxThreadsPerBlock - Variable in class jcuda.driver.CUdevprop
The maximum number of threads per 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
maxThreadsPerMultiProcessor - Variable in class jcuda.runtime.cudaDeviceProp
The number of maximum resident threads per multiprocessor.
memoryBusWidth - Variable in class jcuda.runtime.cudaDeviceProp
The memory bus width in bits
memoryClockRate - Variable in class jcuda.runtime.cudaDeviceProp
The peak memory clock frequency in kilohertz.
memoryType - Variable in class jcuda.runtime.cudaPointerAttributes
The physical location of the memory, ::cudaMemoryTypeHost or ::cudaMemoryTypeDevice.
memPitch - Variable in class jcuda.driver.CUdevprop
The maximum pitch allowed by the memory copy functions that involve memory regions allocated through cuMemAllocPitch();
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
Number of multiprocessors on device

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