https://github.com/ermolushka/tensara_problems
My solutions for https://tensara.org/ kernel problems
https://github.com/ermolushka/tensara_problems
gpu-programming inference inference-optimization kernels triton triton-lang
Last synced: 6 days ago
JSON representation
My solutions for https://tensara.org/ kernel problems
- Host: GitHub
- URL: https://github.com/ermolushka/tensara_problems
- Owner: ermolushka
- Created: 2026-04-20T19:13:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T13:43:15.000Z (25 days ago)
- Last Synced: 2026-05-25T15:29:40.207Z (25 days ago)
- Topics: gpu-programming, inference, inference-optimization, kernels, triton, triton-lang
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here I mostly store my solutions for writing kernels. I am using triton mostly for now.
Some useful triton cli commands
```
tensara init relu -p relu -l python
tensara checker -g H100 -p relu -s relu/sol.py
tensara benchmark -g H100 -p relu -s relu/sol.py
tensara submit -g H100 -p relu -s relu/sol.py
```