Click or drag to resize

TargetArchsHasPtx Method

http://www.emgu.com
Check if the GPU module is targeted for the specific PTX version

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static bool HasPtx(
	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 the specific PTX version.
See Also