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 more linear algebra operations #240

Closed
kynan opened this issue Oct 14, 2013 · 2 comments
Closed

Support more linear algebra operations #240

kynan opened this issue Oct 14, 2013 · 2 comments

Comments

@kynan
Copy link
Member

kynan commented Oct 14, 2013

@funsim requested support for spmv i.e. multiplication of Mat and a Dat, which is straightforward to implement for the PETSc based backends, but less so for the (current) CUDA and OpenCL backends. However with the plan of also moving CUDA and OpenCL to PETSc in the long term it may not be worth implementing support for this operation on device for now. Thoughts?

@wence-
Copy link
Member

wence- commented Oct 15, 2013

We can do this on opencl right now, no? Since we build petsc datastructures for the solve anyway. On cuda, cusp gives us an spmv operation, so that might be straightforward, given we already build that datastructure for the solve.

@wence-
Copy link
Member

wence- commented Sep 22, 2014

I'm going to close this, because it hasn't come up as an issue.

@wence- wence- closed this as completed Sep 22, 2014
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

2 participants