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

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

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

```