- This repository uses uv as a packcage manager
uv add triton
uv run python -c "import triton; print('triton version: ', triton.__version__)"
- This is the triton practice repository for beginners
- This repository is referenced from triton docs
- This repository contains the following contents
- api: the detailed explanation of each triton api used for writing kernels
- vector add
- fused softmax
- matmul
- group gemm