Feature: Write unit tests for Csr matrix class
Open
@adhamsi is already working on this.
Since Jun 5, 2025.
cuda
enhancement
hip
testing
- Dominant language
- C++
- Stars
- 84
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Csr (matrix) class has no unit tests. We should create unit tests so we are confident they are not introducing bugs or leaks in the code.
Rationale
There is no way to validate methods in this class.
Description
This can reuse much of the structure from other matrix class tests.
Additional information
No response
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.
Assessment
This issue has not been assessed yet.