Add Helion language support (#8206)

Helion is a Python-embedded domain-specific language (DSL) for authoring
machine learning kernels, designed to compile down to Triton.

https://github.com/pytorch/helion

I mostly followed the Triton example, please let me know if there's more
I need to do or anything I missed.

infra PR: https://github.com/compiler-explorer/infra/pull/1875
This commit is contained in:
Oguz Ulgen
2025-11-04 10:08:20 -08:00
committed by GitHub
parent 8d43a146ac
commit f7bc52a923
9 changed files with 208 additions and 0 deletions

View File

@@ -169,3 +169,4 @@ From oldest to newest contributor, we would like to thank:
- [natinusala](https://github.com/natinusala)
- [LJ](https://github.com/elle-j)
- [Frank Leon Rose](https://github.com/frankleonrose)
- [Oguz Ulgen](https://github.com/oulgen)