TargetArchs Methods |
The TargetArchs type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildWith |
Check if the GPU module is build with the specific feature set.
| |
| Has |
Check if the GPU module is targeted for the specific device version
| |
| HasBin |
Check if the GPU module is targeted for the specific BIN version
| |
| HasEqualOrGreater |
Check if the GPU module is targeted for equal or greater device version
| |
| HasEqualOrGreaterBin |
Check if the GPU module is targeted for equal or greater BIN version
| |
| HasEqualOrGreaterPtx |
Check if the GPU module is targeted for equal or greater PTX version
| |
| HasEqualOrLessPtx |
Check if the GPU module is targeted for equal or less PTX version
| |
| HasPtx |
Check if the GPU module is targeted for the specific PTX version
|