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

Support to Sparse Matrix CSC format #253

Open
aaamourao opened this issue Jul 13, 2018 · 1 comment
Open

Support to Sparse Matrix CSC format #253

aaamourao opened this issue Jul 13, 2018 · 1 comment

Comments

@aaamourao
Copy link

Hi, is vexcl going to support sparse matrices in CSC format (column major) in the near future?

@ddemidov
Copy link
Owner

Probably not, unless someone makes a pull request. CSC is not very effective for matrix vector product, especially on GPUs.

And even although vexcl supports CSR as input format, it converts it to (hybrid) ELL internally for better GPU performance. CSR is only used when the compute device is a CPU.

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