Triton - AshokBhat/ml GitHub Wiki
About
- Open-source language and compiler for parallel programming.
- Python-based programming environment
- For writing custom DNN compute kernels.
- Abstracts away the details of GPU programming.
- Includes a compiler that automatically generates efficient GPU code from Triton programs.
Links
- Triton documentation: https://triton-lang.org/
- Triton GitHub repository: https://github.com/openai/triton
- Triton paper: https://arxiv.org/abs/1905.01471