Skip to content

Using MKL vectorized functions for things like tanh, exp, log, ... #415

Open
@usamec

Description

@usamec

I found, that using MKL library functions like vsTanh (https://software.intel.com/en-us/mkl-developer-reference-fortran-v-tanh) is quite faster than doing vector.mapv(|x| x.tanh()).

Is it worth including this in ndarray crate behind feature gate?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions