-
Notifications
You must be signed in to change notification settings - Fork 365
Add Helion language support #1875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should be able to test this locally with bin/ce_install install helion or similar. There's some directories we try to install to (/opt/compiler-explorer) but if you can't make them, then there's CLI flags to set the destination.
bin/yaml/helion.yaml
Outdated
| @@ -0,0 +1,15 @@ | |||
| compilers: | |||
| triton: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be helion
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
|
Thanks @mattgodbolt I've run and was successfully able to install. I tried to run the GH action: https://github.com/compiler-explorer/infra/actions/workflows/bespoke-build.yaml but I dont seem to have permissions. Is there anything else you'd like me to do on this PR? |
|
I've also updated the corresponding compiler-explorer PR: compiler-explorer/compiler-explorer#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.
compiler-explorer PR: compiler-explorer/compiler-explorer#8206