Overview
Triton is a GPGPU programming framework optimized for deep learning. Simple and high-performance, efficiently developed using the Python environment~
Installation and Usage
Use pip.
bash
uv pip install triton
python
import triton
@triton.jit
...