CuPy: Extending CuPy coverage of SciPy functions
- Mentors
- Masayuki Takagi
- Organization
- NumFOCUS
Scipy is the fundamental library in Python for scientific and technical computation. CuPy is currently supporting many functions provided by SciPy. But there are many functions that are still not supported in CuPy. My primary aim was to improve the sparse matrix module. Therefore, I plan to do the following during this summer.
- Implement unimplemented function of SciPy for Sparse Linear Algebra.
- Update dependent modules to work with new methods.
- Add random distribution to Generator API.
- Implement functions for linear algebra.