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

Hybrid (ELL + COO) matrix format #4

Closed
4 tasks
gflegar opened this issue Feb 7, 2018 · 0 comments · Fixed by #61
Closed
4 tasks

Hybrid (ELL + COO) matrix format #4

gflegar opened this issue Feb 7, 2018 · 0 comments · Fixed by #61
Assignees
Labels
is:new-feature A request or implementation of a feature that does not exist yet.

Comments

@gflegar
Copy link
Member

gflegar commented Feb 7, 2018

  • declare gko::matrix::Hybrid class template in core/matrix/hybrid.hpp
  • implement any device independent methods in core/matrix/hybrid.cpp
  • mark device dependent methods (like apply) as NOT_IMPLEMENTED
  • add unit tests for device independent methods in core/test/matrix/hybrid.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:new-feature A request or implementation of a feature that does not exist yet.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants