Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAXPY's performacne is too low in LAPACK DTREVC routine while using multi-threads. #27

Closed
lvjianchun opened this issue May 11, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@lvjianchun
Copy link

In LAPACK DTREVC toutine, when using multi-threads, the performance is down to about 5% compare to single-thread.
when I replaced DAXPY by other BLAS' DAXPY(such as MKL, ATLAS), the performance is OK. I wonder if there's something wrong with daxpy.

@ghost ghost assigned xianyi May 11, 2011
@xianyi
Copy link
Collaborator

xianyi commented Jun 15, 2011

I wonder the workload is too small for axpy multi-threads version. Thus, the overhead of multi-threads costs a lot time.

Xianyi Zhang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants