Skip to content

Commit c68181a

Browse files
authored
Add a link to the documentation (#282)
1 parent 5841c2a commit c68181a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
# Helion
77

8+
📚 **[View Documentation](https://pytorch-labs.github.io/helion)** 📚
9+
810
> ⚠️ **Early Development Warning**
911
> Helion is currently in an experimental stage. You should expect bugs, incomplete features, and APIs that may change in future versions. Feedback and bug reports are welcome and appreciated!
1012
@@ -58,7 +60,7 @@ portable between different hardware. Helion automates and autotunes over:
5860

5961
* PID swizzling for improved L2 cache reuse.
6062
* Loop reordering.
61-
* Persistent kernel strategies
63+
* Persistent kernel strategies.
6264
* Warp specialization choices, unrolling, and more.
6365

6466

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Helion Documentation
22

3+
📚 **[View Published Documentation](https://pytorch-labs.github.io/helion)** 📚
4+
35
This directory contains the Sphinx documentation for the Helion project.
46

57
## Quick Start

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ portable between different hardware. Helion automates and autotunes over:
5353

5454
* PID swizzling for improved L2 cache reuse.
5555
* Loop reordering.
56-
* Persistent kernel strategies
56+
* Persistent kernel strategies.
5757
* Warp specialization choices, unrolling, and more.
5858

5959
## Example

0 commit comments

Comments
 (0)