mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-05 02:31:33 +08:00
753 B
753 B
Vendored triton_kernels
This directory contains code vendored from the Triton project.
| Copyright | The Triton Authors |
| License | MIT (see 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:
python scripts/vendor_triton_kernels.py --tag <new-tag>