GPU support?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 668
- Forks
- 141
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 4
Description
Cupy provides GPU enabled sparse matrix implementation that has similar APIs to scipy.sparse.
I believe that only a slight modification makes sparse compatible to cupyx.scipy.sparse.
Is it in the scope of sparse's development?
The most significant problem I believe is how to prepare a testing framework. Travis does not provide gpu instance.
It looks that Cupy's development team has their own server for testing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue's proposed compatibility with CuPy's sparse APIs and the project's existing test setup. The issue does not name files or tests; done would require an agreed scope for GPU support and a viable GPU testing approach, since Travis lacks GPU instances.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100