Click or drag to resize
TargetArchsHasEqualOrGreaterPtx Method
http://www.emgu.com
Check if the GPU module is targeted for equal or greater PTX version

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static bool HasEqualOrGreaterPtx(
	int major,
	int minor
)

Parameters

major
Type: SystemInt32
The major version
minor
Type: SystemInt32
The minor version

Return Value

Type: Boolean
True if the GPU module is targeted for equal or greater PTX version.
See Also