http://www.emgu.com
Check if the GPU module is targeted for the specific PTX version
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic static bool HasPtx(
int major,
int minor
)
Public Shared Function HasPtx (
major As Integer,
minor As Integer
) As Boolean
public:
static bool HasPtx(
int major,
int minor
)
static member HasPtx :
major : int *
minor : int -> bool
Parameters
- major
- Type: SystemInt32
The major version - minor
- Type: SystemInt32
The minor version
Return Value
Type:
BooleanTrue if the GPU module is targeted for the specific PTX version.
See Also