Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Basic array-like function like sin; cos ... are too slow with numpy-MKL (Trac #2219) #671

Closed
@numpy-gitbot

Description

@numpy-gitbot

Original ticket http://projects.scipy.org/numpy/ticket/2219 on 2012-09-28 by trac user bred, assigned to unknown.

If we perform a sin function on a very big array the computation is very slow respect to the real possibility offered by MKL.

Example:

x = np.random.rand(1e7)
y = np.sin(x) # is too slow !!! and it's not parallel!

I've seen that mkl offers the functions for solving these operation in a performant manner.

Can you implement these functions in munpy in a better way?

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