mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-06 03:01:50 +08:00
25 lines
753 B
Markdown
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>
|
|
```
|