Skip to content

Commit 4749710

Browse files
authored
Update README.md (#877)
1 parent 3836d76 commit 4749710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,16 +262,16 @@ Sets the number of warps the kernel will use.
262262
* **num\_stages** (`int`):
263263
Defines the number of pipeline stages to be passed to Triton.
264264

265-
Changing these options results in often significantly different
266-
output Triton code, allowing the autotuner to explore a wide range of
267-
implementations from a single Helion kernel.
268-
269265
* **load_eviction_policies** (`list[str]`):
270266
Controls eviction policy used for loads discovered in device loops. Each entry
271267
corresponds to a load site; allowed values are `""` (no policy), `"first"`
272268
(maps to Triton `evict_first`), and `"last"` (maps to Triton `evict_last`).
273269
Explicit `eviction_policy=...` on `hl.load` overrides this config.
274270

271+
Changing these options results in often significantly different
272+
output Triton code, allowing the autotuner to explore a wide range of
273+
implementations from a single Helion kernel.
274+
275275
## Settings for Development and Debugging
276276

277277
When developing kernels with Helion, you might prefer skipping autotuning for faster iteration. To

0 commit comments

Comments
 (0)