View Source Evision.CUDA.TargetArchs (Evision v0.1.14)
Link to this section Summary
Types
Type that represents an Evision.CUDA.TargetArchs
struct.
Functions
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
Return
- retval:
bool
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.CUDA.TargetArchs{ref: reference()}
Type that represents an Evision.CUDA.TargetArchs
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
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.
Return
- retval:
bool
Python prototype (for reference):
has(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
hasBin(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
hasEqualOrGreater(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
hasEqualOrGreaterBin(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
hasEqualOrGreaterPtx(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
hasEqualOrLessPtx(major, minor) -> retval
Positional Arguments
- major:
int
- minor:
int
Return
- retval:
bool
Python prototype (for reference):
hasPtx(major, minor) -> retval