Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 3.25 KB

README.md

File metadata and controls

49 lines (34 loc) · 3.25 KB

triton-index

Goals of this repo:

  • Catalog openly available Triton kernels, so
    • (i) practitioners save work and
    • (ii) learners have world-class examples to learn from.
  • Surface which Triton kernels are still needed by the community, so
    • (i) work of the community can be more targeted, and
    • (ii) eager people new to our community have projects to demonstrate their skill.

Triton is easier to understand and start with than CUDA, especially for Python programmers experienced with PyTorch. And it has recently seen an uptick in its usage -- there is more Triton code around the web than there was before!

This repo collects these kernels in one place, for the benefit of practitioners and learners in our community.

Contributions are very, very welcome!

Kernels

Other Libraries and Resources

Contributing

To add a new entry:

  1. Copy kernels/0000_template.md and fill it out
  2. Add your entry to kernel_overview.md
  3. That's it!


Brought to you by the communtiy, initiated by Hailey and Umer ❤️