TensorRT-LLMs/triton_kernels/README.md
Anish Shanbhag 24ac86c485
[https://nvbugs/5761391][fix] Include triton-kernels as a packaged dependency (#10471)
Signed-off-by: Anish Shanbhag <ashanbhag@nvidia.com>
2026-01-28 19:56:32 -08:00

25 lines
753 B
Markdown

# Vendored triton_kernels
This directory contains code vendored from the [Triton](https://github.com/triton-lang/triton) project.
| | |
|---|---|
| **Copyright** | The Triton Authors |
| **License** | MIT (see [LICENSE](LICENSE) file in this directory) |
| **Source** | https://github.com/triton-lang/triton/tree/v3.5.1/python/triton_kernels/triton_kernels |
| **Version** | `v3.5.1` |
## Attribution
This code is the work of the Triton authors and is included here under the MIT License.
Each Python file includes an attribution header indicating its origin.
## Do Not Edit
This code is vendored verbatim and should not be modified directly.
To update to a newer version, run:
```bash
python scripts/vendor_triton_kernels.py --tag <new-tag>
```