View Source Evision.CUDA.TargetArchs (Evision v0.1.8)

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):

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
Link to this function

hasEqualOrGreater(major, minor)

View Source
Positional Arguments
  • major: int
  • minor: int

Python prototype (for reference):

hasEqualOrGreater(major, minor) -> retval
Link to this function

hasEqualOrGreaterBin(major, minor)

View Source
Positional Arguments
  • major: int
  • minor: int

Python prototype (for reference):

hasEqualOrGreaterBin(major, minor) -> retval
Link to this function

hasEqualOrGreaterPtx(major, minor)

View Source
Positional Arguments
  • major: int
  • minor: int

Python prototype (for reference):

hasEqualOrGreaterPtx(major, minor) -> retval
Link to this function

hasEqualOrLessPtx(major, minor)

View Source
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.

Link to this function

hasEqualOrGreater!(major, minor)

View Source

Raising version of hasEqualOrGreater/2.

Link to this function

hasEqualOrGreaterBin!(major, minor)

View Source

Raising version of hasEqualOrGreaterBin/2.

Link to this function

hasEqualOrGreaterPtx!(major, minor)

View Source

Raising version of hasEqualOrGreaterPtx/2.

Link to this function

hasEqualOrLessPtx!(major, minor)

View Source

Raising version of hasEqualOrLessPtx/2.

Raising version of hasPtx/2.