[][src]Trait opencv::core::prelude::TargetArchsTrait

pub trait TargetArchsTrait {
    pub fn as_raw_TargetArchs(&self) -> *const c_void;
pub fn as_raw_mut_TargetArchs(&mut self) -> *mut c_void; }

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

Loading content...

Implementors

impl TargetArchsTrait for TargetArchs[src]

Loading content...