Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaushikcfd/feinsum

Database approach for generating near-roofline Einstein Summation kernels.
https://github.com/kaushikcfd/feinsum

code-generation einstein-summation gpu linear-algebra multidimensional-arrays opencl python sql tensor-contraction tensors

Last synced: 17 days ago
JSON representation

Database approach for generating near-roofline Einstein Summation kernels.

Awesome Lists containing this project

README

        

## feinsum


logo

![Continuous integration](https://github.com/kaushikcfd/feinsum/actions/workflows/ci.yml/badge.svg)
![PyPI version](https://img.shields.io/pypi/v/feinsum)

### What is feinsum?

*Feinsum*, short for Fast-Einstein Summations, provides tools for managing
databases of code-transformations on *Batched Einstein Summations*. Unlike
typical computational primitive libraries that ship optimized computational
kernel in source or binary form, *feinsum* records code-transformations from
a trivial schedule, resulting in relative savings from not having to flush the
operands to the DRAM.

### Links
- Install as [`pip install feinsum`](https://pypi.org/project/loopy).
- Read the documentation at .
- Source-code, Issue Management at .