Struct intel_mkl_tool::Config
source · [−]Expand description
Fields
link: LinkTypeindex_size: DataModelparallel: ThreadingImplementations
sourceimpl Config
impl Config
pub fn possibles() -> Vec<Self>
sourcepub fn libs(&self) -> Vec<String>
pub fn libs(&self) -> Vec<String>
Common components
The order must be following (or equivalent libs)
mkl_intel_lp64 > mkl_intel_thread > mkl_core > iomp5
sourcepub fn additional_libs(&self) -> Vec<String>
pub fn additional_libs(&self) -> Vec<String>
Dynamically loaded libraries, e.g. libmkl_vml_avx2.so
- MKL seeks additional shared library on runtime. This function lists these files for packaging.
Trait Implementations
impl Copy for Config
impl Eq for Config
impl StructuralEq for Config
impl StructuralPartialEq for Config
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more