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

Vector Dot product addition to block sgs #212

Open
mndevec opened this issue Apr 17, 2018 · 2 comments
Open

Vector Dot product addition to block sgs #212

mndevec opened this issue Apr 17, 2018 · 2 comments
Assignees

Comments

@mndevec
Copy link
Contributor

mndevec commented Apr 17, 2018

There are couple of todos in src/sparse/impl/KokkosSparse_gauss_seidel_impl.hpp file related to vector dot product.

Around lines - 332, 343 and 456 there are 3 parallel reduces that does dot product using vector lanes.
These should be replaced with vector dot products when implemented.

@srajama1
Copy link
Contributor

@vqd8a Did you implement a vector dot product ?

@vqd8a
Copy link
Contributor

vqd8a commented Jun 21, 2018

@srajama1 Not yet. I just implemented the team-based dot product.

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

No branches or pull requests

4 participants