Skip to content

Instantly share code, notes, and snippets.

View sayandip18's full-sized avatar

Sayandip Halder sayandip18

View GitHub Profile
@sayandip18
sayandip18 / gsoc.md
Last active August 23, 2021 08:39
Sparse GSoC 2021 Final Report

About the project:

PyData/Sparse aims to replace scipy.sparse as the choice for sparse arrays in the Python ecosystem. Sparse is currently using the research done by the TACO team (https://github.com/tensor-compiler/taco) to perform Sparse array computations efficiently. TACO has a Python API, called pytaco, that makes the C++ code available in Python by wrapping it up in pybind11. Sparse aims to use the pytaco in a numpy.ndarray compatible API.

A summary of my work done so far: