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

Add int and CSRMatrix support for the distributed runtime #194

Open
daphne-eu opened this issue Feb 26, 2022 · 1 comment
Open

Add int and CSRMatrix support for the distributed runtime #194

daphne-eu opened this issue Feb 26, 2022 · 1 comment
Assignees

Comments

@daphne-eu
Copy link
Owner

In GitLab by @aristotelis96 on Feb 26, 2022, 12:44

Distributed runtime currently works only with DenseMatrix<double>. We need to add support for:

  • integers
  • CSRMatrix (both double and integers)
@aristotelis96
Copy link
Collaborator

I am reopening this issue. PR #428 provided CSRMatrix (and other value types) support for the distributed gRPC worker, but the coordinator still only supports DenseMatrix<double>. It will probably be easier and more straightforward to address this once #103 is resolved.

@aristotelis96 aristotelis96 reopened this Oct 13, 2022
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