During this 4 weeks I completed my pending work from the phase 1 i.e. implementing matrix solver and start working on my phase 2 work. In this period I made PR for cgs solver, improved lsmr and also added some distribution methods to Generator.
[Read More]
These 4 weeks are very challenging. In my very first week of coding period I implemented LSMR solver. For implementing I have gone through different research paper and implementation in SciPy for understanding the algorithm and how that works. As I have been reading about the matrix solvers from mid...
[Read More]
About CuPy CuPy is an open-source matrix library accelerated with NVIDIA CUDA. It has NumPy compatible GPU library for fast computation in Python. CuPy has wide range of methods for scientific computations similar to that in SciPy. CuPy also support writing custom CUDA kernels which can be directly executed on...
[Read More]