View Source Evision.CUDA.DeviceInfo (Evision v0.1.9)

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 clockRate/1.

Raising version of computeMode/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 l2CacheSize/1.

Raising version of majorVersion/1.

Raising version of maxGridSize/1.

Raising version of maxSurface1D/1.

Raising version of maxSurface2D/1.

Raising version of maxSurface3D/1.

Raising version of maxTexture1D/1.

Raising version of maxTexture2D/1.

Raising version of maxTexture3D/1.

Raising version of memPitch/1.

Raising version of minorVersion/1.

Raising version of pciBusID/1.

Raising version of pciDeviceID/1.

Raising version of pciDomainID/1.

Raising version of regsPerBlock/1.

Raising version of tccDriver/1.

Raising version of totalMemory/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>
Link to this function

cuda_DeviceInfo(device_id)

View Source

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
Link to this function

kernelExecTimeoutEnabled(self)

View Source

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
Link to this function

maxSurface1DLayered(self)

View Source

Python prototype (for reference):

maxSurface1DLayered() -> retval

Python prototype (for reference):

maxSurface2D() -> retval
Link to this function

maxSurface2DLayered(self)

View Source

Python prototype (for reference):

maxSurface2DLayered() -> retval

Python prototype (for reference):

maxSurface3D() -> retval

Python prototype (for reference):

maxSurfaceCubemap() -> retval
Link to this function

maxSurfaceCubemapLayered(self)

View Source

Python prototype (for reference):

maxSurfaceCubemapLayered() -> retval

Python prototype (for reference):

maxTexture1D() -> retval
Link to this function

maxTexture1DLayered(self)

View Source

Python prototype (for reference):

maxTexture1DLayered() -> retval
Link to this function

maxTexture1DLinear(self)

View Source

Python prototype (for reference):

maxTexture1DLinear() -> retval
Link to this function

maxTexture1DMipmap(self)

View Source

Python prototype (for reference):

maxTexture1DMipmap() -> retval

Python prototype (for reference):

maxTexture2D() -> retval
Link to this function

maxTexture2DGather(self)

View Source

Python prototype (for reference):

maxTexture2DGather() -> retval
Link to this function

maxTexture2DLayered(self)

View Source

Python prototype (for reference):

maxTexture2DLayered() -> retval
Link to this function

maxTexture2DLinear(self)

View Source

Python prototype (for reference):

maxTexture2DLinear() -> retval
Link to this function

maxTexture2DMipmap(self)

View Source

Python prototype (for reference):

maxTexture2DMipmap() -> retval

Python prototype (for reference):

maxTexture3D() -> retval

Python prototype (for reference):

maxTextureCubemap() -> retval
Link to this function

maxTextureCubemapLayered(self)

View Source

Python prototype (for reference):

maxTextureCubemapLayered() -> retval

Python prototype (for reference):

maxThreadsDim() -> retval
Link to this function

maxThreadsPerBlock(self)

View Source

Python prototype (for reference):

maxThreadsPerBlock() -> retval
Link to this function

maxThreadsPerMultiProcessor(self)

View Source

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
Link to this function

multiProcessorCount(self)

View Source

Python prototype (for reference):

multiProcessorCount() -> retval

Python prototype (for reference):

pciBusID() -> retval

Python prototype (for reference):

pciDeviceID() -> retval

Python prototype (for reference):

pciDomainID() -> retval
Link to this function

queryMemory(self, totalMemory, freeMemory)

View Source
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):

sharedMemPerBlock() -> retval

Python prototype (for reference):

surfaceAlignment() -> retval

Python prototype (for reference):

tccDriver() -> retval

Python prototype (for reference):

textureAlignment() -> retval
Link to this function

texturePitchAlignment(self)

View Source

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.

Link to this function

concurrentKernels!(self)

View Source

Raising version of concurrentKernels/1.

Raising version of cuda_DeviceInfo/0.

Link to this function

cuda_DeviceInfo!(device_id)

View Source

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.

Link to this function

kernelExecTimeoutEnabled!(self)

View Source

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.

Link to this function

maxSurface1DLayered!(self)

View Source

Raising version of maxSurface1DLayered/1.

Raising version of maxSurface2D/1.

Link to this function

maxSurface2DLayered!(self)

View Source

Raising version of maxSurface2DLayered/1.

Raising version of maxSurface3D/1.

Link to this function

maxSurfaceCubemap!(self)

View Source

Raising version of maxSurfaceCubemap/1.

Link to this function

maxSurfaceCubemapLayered!(self)

View Source

Raising version of maxSurfaceCubemapLayered/1.

Raising version of maxTexture1D/1.

Link to this function

maxTexture1DLayered!(self)

View Source

Raising version of maxTexture1DLayered/1.

Link to this function

maxTexture1DLinear!(self)

View Source

Raising version of maxTexture1DLinear/1.

Link to this function

maxTexture1DMipmap!(self)

View Source

Raising version of maxTexture1DMipmap/1.

Raising version of maxTexture2D/1.

Link to this function

maxTexture2DGather!(self)

View Source

Raising version of maxTexture2DGather/1.

Link to this function

maxTexture2DLayered!(self)

View Source

Raising version of maxTexture2DLayered/1.

Link to this function

maxTexture2DLinear!(self)

View Source

Raising version of maxTexture2DLinear/1.

Link to this function

maxTexture2DMipmap!(self)

View Source

Raising version of maxTexture2DMipmap/1.

Raising version of maxTexture3D/1.

Link to this function

maxTextureCubemap!(self)

View Source

Raising version of maxTextureCubemap/1.

Link to this function

maxTextureCubemapLayered!(self)

View Source

Raising version of maxTextureCubemapLayered/1.

Raising version of maxThreadsDim/1.

Link to this function

maxThreadsPerBlock!(self)

View Source

Raising version of maxThreadsPerBlock/1.

Link to this function

maxThreadsPerMultiProcessor!(self)

View Source

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.

Link to this function

multiProcessorCount!(self)

View Source

Raising version of multiProcessorCount/1.

Raising version of pciBusID/1.

Raising version of pciDeviceID/1.

Raising version of pciDomainID/1.

Link to this function

queryMemory!(self, totalMemory, freeMemory)

View Source

Raising version of queryMemory/3.

Raising version of regsPerBlock/1.

Link to this function

sharedMemPerBlock!(self)

View Source

Raising version of sharedMemPerBlock/1.

Raising version of surfaceAlignment/1.

Raising version of tccDriver/1.

Raising version of textureAlignment/1.

Link to this function

texturePitchAlignment!(self)

View Source

Raising version of texturePitchAlignment/1.

Raising version of totalConstMem/1.

Raising version of totalGlobalMem/1.

Raising version of totalMemory/1.

Link to this function

unifiedAddressing!(self)

View Source

Raising version of unifiedAddressing/1.

Raising version of warpSize/1.