Skip to content

Commit a13a382

Browse files
committed
Update talk links to PTC version
stack-info: PR: #1094, branch: jansel/stack/217
1 parent c74f2f8 commit a13a382

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<img src="docs/_static/helion_nobackground.png" alt="Helion Logo" width="250"/>
33
</div>
44

5-
# News
5+
# Events
66

7-
- **Oct. 21, 2025**: Talk at [2025 Triton Developer Conference](https://tritonconference.eventbuilder.com/TritonDeveloperConference?ref=TritonDeveloperConference) - Helion: A Higher-level DSL for Kernel Authoring
8-
- **Oct. 22, 2025**: [Meet the Developers of PyTorch Compiler and Helion](https://pytorchconference.sched.com/event/27QN9/meet-the-developers-of-pytorch-compiler-and-helion?iframe=no) at PyTorch Conference 2025
9-
- **Oct. 23, 2025**: Talk at PyTorch Conference 2025 - [Helion: A High-level DSL for Kernel Authoring](https://pytorchconference.sched.com/event/27QDl/helion-a-high-level-dsl-for-kernel-authoring-jason-ansel-meta?iframe=no)
107
- **Dec. 11, 2025**: PyTorch Webinar - [Inside Helion: Live Q&A with the Developers](https://pytorch.org/event/inside-helion-live-qa/)
118

129
# About
1310

14-
📚 **[View Documentation](https://helionlang.com)** 📚 | 🎥 **[Watch Talk](https://youtu.be/UDqg5WrgT6U?si=-IlKLavNuiGOef5k)** 🎥 | 🚀 **[Try In Colab](https://colab.research.google.com/github/pytorch/helion/blob/main/notebooks/softmax.ipynb)** 🚀 | **[Try In AMD DevCloud](https://amd-ai-academy.com/github/pytorch/helion/blob/main/notebooks/softmax.ipynb)**
11+
📚 **[View Documentation](https://helionlang.com)** 📚 |
12+
🎥 **[Watch Talk](https://youtu.be/BW-Ht-5IxgM)** 🎥 |
13+
🚀 **[Try In Colab](https://colab.research.google.com/github/pytorch/helion/blob/main/notebooks/softmax.ipynb)** 🚀 |
14+
**[Try In AMD DevCloud](https://amd-ai-academy.com/github/pytorch/helion/blob/main/notebooks/softmax.ipynb)**
1515

1616
**Helion** is a Python-embedded domain-specific language (DSL) for
1717
authoring machine learning kernels, designed to compile down to [Triton],

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ portable between different hardware. Helion automates and autotunes over:
7373

7474
Try our [interactive demo notebook](https://github.com/pytorch/helion/blob/main/notebooks/softmax.ipynb) to see Helion in action! The notebook demonstrates softmax kernel implementations and runs directly in Google Colab on a GPU.
7575

76+
## Watch Our Talk Recording
77+
78+
Watch the [PyTorch Conference 2025 Helion talk](https://youtu.be/BW-Ht-5IxgM).
79+
7680
## Example
7781

7882
A minimal matrix multiplication kernel in Helion looks like this:

0 commit comments

Comments
 (0)