File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -262,16 +262,16 @@ Sets the number of warps the kernel will use.
262262* ** num\_ stages** (` int ` ):
263263Defines 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] ` ):
270266Controls eviction policy used for loads discovered in device loops. Each entry
271267corresponds to a load site; allowed values are ` "" ` (no policy), ` "first" `
272268(maps to Triton ` evict_first ` ), and ` "last" ` (maps to Triton ` evict_last ` ).
273269Explicit ` 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
277277When developing kernels with Helion, you might prefer skipping autotuning for faster iteration. To
You can’t perform that action at this time.
0 commit comments