Gsoc'21 Final Report

This post is about my work done for CuPy until now, as part of the GSoC program. This post will brief my whole GSoC journey with CuPy. [Read More]

Final Two Week

Following the previous week, I worked on implementing the minres and work on adding few distribution to the Generator. [Read More]

First Evaluation

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]

Four Weeks Into Gsoc

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]

Google Summer of Code with NumFOCUS:CuPy

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]