View Source Evision.CUDA.DeviceInfo (Evision v0.1.7)
Link to this section Summary
cv.cuda
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
The constructors.
Returns system index of the CUDA device starting with 0.
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Checks the CUDA module and device compatibility.
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Positional Arguments
- totalMemory:
size_t
- freeMemory:
size_t
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Functions
Raising version of asyncEngineCount/1
.
Raising version of canMapHostMemory/1
.
Raising version of clockRate/1
.
Raising version of computeMode/1
.
Raising version of concurrentKernels/1
.
Raising version of cuda_DeviceInfo/0
.
Raising version of cuda_DeviceInfo/1
.
Raising version of deviceID/1
.
Raising version of eccEnabled/1
.
Raising version of freeMemory/1
.
Raising version of integrated/1
.
Raising version of isCompatible/1
.
Raising version of kernelExecTimeoutEnabled/1
.
Raising version of l2CacheSize/1
.
Raising version of majorVersion/1
.
Raising version of maxGridSize/1
.
Raising version of maxSurface1D/1
.
Raising version of maxSurface1DLayered/1
.
Raising version of maxSurface2D/1
.
Raising version of maxSurface2DLayered/1
.
Raising version of maxSurface3D/1
.
Raising version of maxSurfaceCubemap/1
.
Raising version of maxSurfaceCubemapLayered/1
.
Raising version of maxTexture1D/1
.
Raising version of maxTexture1DLayered/1
.
Raising version of maxTexture1DLinear/1
.
Raising version of maxTexture1DMipmap/1
.
Raising version of maxTexture2D/1
.
Raising version of maxTexture2DGather/1
.
Raising version of maxTexture2DLayered/1
.
Raising version of maxTexture2DLinear/1
.
Raising version of maxTexture2DMipmap/1
.
Raising version of maxTexture3D/1
.
Raising version of maxTextureCubemap/1
.
Raising version of maxTextureCubemapLayered/1
.
Raising version of maxThreadsDim/1
.
Raising version of maxThreadsPerBlock/1
.
Raising version of maxThreadsPerMultiProcessor/1
.
Raising version of memoryBusWidth/1
.
Raising version of memoryClockRate/1
.
Raising version of memPitch/1
.
Raising version of minorVersion/1
.
Raising version of multiProcessorCount/1
.
Raising version of pciBusID/1
.
Raising version of pciDeviceID/1
.
Raising version of pciDomainID/1
.
Raising version of queryMemory/3
.
Raising version of regsPerBlock/1
.
Raising version of sharedMemPerBlock/1
.
Raising version of surfaceAlignment/1
.
Raising version of tccDriver/1
.
Raising version of textureAlignment/1
.
Raising version of texturePitchAlignment/1
.
Raising version of totalConstMem/1
.
Raising version of totalGlobalMem/1
.
Raising version of totalMemory/1
.
Raising version of unifiedAddressing/1
.
Raising version of warpSize/1
.
Link to this section cv.cuda
Python prototype (for reference):
asyncEngineCount() -> retval
Python prototype (for reference):
canMapHostMemory() -> retval
Python prototype (for reference):
clockRate() -> retval
Python prototype (for reference):
computeMode() -> retval
Python prototype (for reference):
concurrentKernels() -> retval
Python prototype (for reference):
DeviceInfo() -> <cuda_DeviceInfo object>
The constructors.
Positional Arguments
device_id:
int
.System index of the CUDA device starting with 0.
Constructs the DeviceInfo object for the specified device. If device_id parameter is missed, it constructs an object for the current device.
Python prototype (for reference):
DeviceInfo(device_id) -> <cuda_DeviceInfo object>
Returns system index of the CUDA device starting with 0.
Python prototype (for reference):
deviceID() -> retval
Python prototype (for reference):
ECCEnabled() -> retval
Python prototype (for reference):
freeMemory() -> retval
Python prototype (for reference):
integrated() -> retval
Checks the CUDA module and device compatibility.
This function returns true if the CUDA module can be run on the specified device. Otherwise, it returns false .
Python prototype (for reference):
isCompatible() -> retval
Python prototype (for reference):
kernelExecTimeoutEnabled() -> retval
Python prototype (for reference):
l2CacheSize() -> retval
Python prototype (for reference):
majorVersion() -> retval
Python prototype (for reference):
maxGridSize() -> retval
Python prototype (for reference):
maxSurface1D() -> retval
Python prototype (for reference):
maxSurface1DLayered() -> retval
Python prototype (for reference):
maxSurface2D() -> retval
Python prototype (for reference):
maxSurface2DLayered() -> retval
Python prototype (for reference):
maxSurface3D() -> retval
Python prototype (for reference):
maxSurfaceCubemap() -> retval
Python prototype (for reference):
maxSurfaceCubemapLayered() -> retval
Python prototype (for reference):
maxTexture1D() -> retval
Python prototype (for reference):
maxTexture1DLayered() -> retval
Python prototype (for reference):
maxTexture1DLinear() -> retval
Python prototype (for reference):
maxTexture1DMipmap() -> retval
Python prototype (for reference):
maxTexture2D() -> retval
Python prototype (for reference):
maxTexture2DGather() -> retval
Python prototype (for reference):
maxTexture2DLayered() -> retval
Python prototype (for reference):
maxTexture2DLinear() -> retval
Python prototype (for reference):
maxTexture2DMipmap() -> retval
Python prototype (for reference):
maxTexture3D() -> retval
Python prototype (for reference):
maxTextureCubemap() -> retval
Python prototype (for reference):
maxTextureCubemapLayered() -> retval
Python prototype (for reference):
maxThreadsDim() -> retval
Python prototype (for reference):
maxThreadsPerBlock() -> retval
Python prototype (for reference):
maxThreadsPerMultiProcessor() -> retval
Python prototype (for reference):
memoryBusWidth() -> retval
Python prototype (for reference):
memoryClockRate() -> retval
Python prototype (for reference):
memPitch() -> retval
Python prototype (for reference):
minorVersion() -> retval
Python prototype (for reference):
multiProcessorCount() -> retval
Python prototype (for reference):
pciBusID() -> retval
Python prototype (for reference):
pciDeviceID() -> retval
Python prototype (for reference):
pciDomainID() -> retval
Positional Arguments
- totalMemory:
size_t
- freeMemory:
size_t
Python prototype (for reference):
queryMemory(totalMemory, freeMemory) -> None
Python prototype (for reference):
regsPerBlock() -> retval
Python prototype (for reference):
surfaceAlignment() -> retval
Python prototype (for reference):
tccDriver() -> retval
Python prototype (for reference):
textureAlignment() -> retval
Python prototype (for reference):
texturePitchAlignment() -> retval
Python prototype (for reference):
totalConstMem() -> retval
Python prototype (for reference):
totalGlobalMem() -> retval
Python prototype (for reference):
totalMemory() -> retval
Python prototype (for reference):
unifiedAddressing() -> retval
Python prototype (for reference):
warpSize() -> retval
Link to this section Functions
Raising version of asyncEngineCount/1
.
Raising version of canMapHostMemory/1
.
Raising version of clockRate/1
.
Raising version of computeMode/1
.
Raising version of concurrentKernels/1
.
Raising version of cuda_DeviceInfo/0
.
Raising version of cuda_DeviceInfo/1
.
Raising version of deviceID/1
.
Raising version of eccEnabled/1
.
Raising version of freeMemory/1
.
Raising version of integrated/1
.
Raising version of isCompatible/1
.
Raising version of kernelExecTimeoutEnabled/1
.
Raising version of l2CacheSize/1
.
Raising version of majorVersion/1
.
Raising version of maxGridSize/1
.
Raising version of maxSurface1D/1
.
Raising version of maxSurface1DLayered/1
.
Raising version of maxSurface2D/1
.
Raising version of maxSurface2DLayered/1
.
Raising version of maxSurface3D/1
.
Raising version of maxSurfaceCubemap/1
.
Raising version of maxSurfaceCubemapLayered/1
.
Raising version of maxTexture1D/1
.
Raising version of maxTexture1DLayered/1
.
Raising version of maxTexture1DLinear/1
.
Raising version of maxTexture1DMipmap/1
.
Raising version of maxTexture2D/1
.
Raising version of maxTexture2DGather/1
.
Raising version of maxTexture2DLayered/1
.
Raising version of maxTexture2DLinear/1
.
Raising version of maxTexture2DMipmap/1
.
Raising version of maxTexture3D/1
.
Raising version of maxTextureCubemap/1
.
Raising version of maxTextureCubemapLayered/1
.
Raising version of maxThreadsDim/1
.
Raising version of maxThreadsPerBlock/1
.
Raising version of maxThreadsPerMultiProcessor/1
.
Raising version of memoryBusWidth/1
.
Raising version of memoryClockRate/1
.
Raising version of memPitch/1
.
Raising version of minorVersion/1
.
Raising version of multiProcessorCount/1
.
Raising version of pciBusID/1
.
Raising version of pciDeviceID/1
.
Raising version of pciDomainID/1
.
Raising version of queryMemory/3
.
Raising version of regsPerBlock/1
.
Raising version of surfaceAlignment/1
.
Raising version of tccDriver/1
.
Raising version of textureAlignment/1
.
Raising version of texturePitchAlignment/1
.
Raising version of totalConstMem/1
.
Raising version of totalGlobalMem/1
.
Raising version of totalMemory/1
.
Raising version of unifiedAddressing/1
.
Raising version of warpSize/1
.