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

SPMV using onemkl and SYCL - for discussion purposes #1

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

IgorBaratta
Copy link
Collaborator

  • Simplified the Matrix class (removed Eigen backend). Added two constructors, one if buffers using buffers (tested with dolfinx.sycl repository) and one with vectors (data is copied from the local host to local device).
  • Added distributed Vector Class with some basic operations (dot, norm, update, b=Ax, operator+)
  • Added few additional tests

Can be linked to cublas or MKL via oneMKL (just one API).

I'm not sure which matrix and vector cold be used for demos/restrictmain.cpp

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

Successfully merging this pull request may close these issues.

2 participants