Trait opencv::core::TargetArchsTraitConst
source · [−]pub trait TargetArchsTraitConst {
fn as_raw_TargetArchs(&self) -> *const c_void;
}
Expand description
Class providing a set of static methods to check what NVIDIA* card architecture the CUDA module was built for.
According to the CUDA C Programming Guide Version 3.2: “PTX code produced for some specific compute capability can always be compiled to binary code of greater or equal compute capability”.
Required Methods
source