https://github.com/seissol/tensorforge
A kernel generator for small, batched tensor contractions and more
https://github.com/seissol/tensorforge
Last synced: 5 months ago
JSON representation
A kernel generator for small, batched tensor contractions and more
- Host: GitHub
- URL: https://github.com/seissol/tensorforge
- Owner: SeisSol
- License: mit
- Created: 2024-02-14T18:36:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T02:50:33.000Z (5 months ago)
- Last Synced: 2026-01-13T05:58:21.571Z (5 months ago)
- Language: Python
- Size: 3.06 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# TensorForge
A code generator for small (batched) tensor contraction kernels on GPUs.
## Installation
TensorForge is a Python package, i.e. you may run
```bash
pip install .
```
to install it.