View Source Evision.CUDA.TargetArchs (Evision v0.1.9)
Link to this section Summary
cv.cuda
There is a set of methods to check whether the module contains intermediate (PTX) or binary CUDA code for the given architecture(s)
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
Functions
Raising version of has/2
.
Raising version of hasBin/2
.
Raising version of hasEqualOrGreater/2
.
Raising version of hasEqualOrGreaterBin/2
.
Raising version of hasEqualOrGreaterPtx/2
.
Raising version of hasEqualOrLessPtx/2
.
Raising version of hasPtx/2
.
Link to this section cv.cuda
There is a set of methods to check whether the module contains intermediate (PTX) or binary CUDA code for the given architecture(s):
Positional Arguments
major:
int
.Major compute capability version.
minor:
int
.Minor compute capability version.
Python prototype (for reference):
has(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
hasBin(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
hasEqualOrGreater(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
hasEqualOrGreaterBin(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
hasEqualOrGreaterPtx(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
hasEqualOrLessPtx(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Python prototype (for reference):
hasPtx(major, minor) -> retval
Link to this section Functions
Raising version of has/2
.
Raising version of hasBin/2
.
Raising version of hasEqualOrGreater/2
.
Raising version of hasEqualOrGreaterBin/2
.
Raising version of hasEqualOrGreaterPtx/2
.
Raising version of hasEqualOrLessPtx/2
.
Raising version of hasPtx/2
.