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

obviating ZDOT_RETURN #2

Closed
jeffhammond opened this issue Jan 10, 2017 · 2 comments
Closed

obviating ZDOT_RETURN #2

jeffhammond opened this issue Jan 10, 2017 · 2 comments
Assignees

Comments

@jeffhammond
Copy link
Owner

jeffhammond commented Jan 10, 2017

Because all BLAS1 routines are bandwidth limited, there is essentially no value to using them over straightforward implementations by qualified programmers.

ZDOT_RETURN is a workaround for flaws in BLAS1 implementations. I think it would be prudent to just implement dot products in BAGEL directly.

@shiozaki
Copy link

Sounds like a great idea (as long as the code is competitive with MKL; "qualified" is the key). The code should be used only when, e.g., MKL is not present.

@jeffhammond
Copy link
Owner Author

jeffhammond commented Jan 10, 2017 via email

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

No branches or pull requests

2 participants