You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|``HELION_INDEX_DTYPE``|``index_dtype``| Choose the default index dtype (accepts any ``torch.<dtype>`` name, e.g. ``int64``). |
253
258
|``HELION_STATIC_SHAPES``|``static_shapes``| Set to ``0``/``false`` to disable global static shape specialization. |
259
+
|``HELION_PERSISTENT_RESERVED_SMS``|``persistent_reserved_sms``| Reserve this many streaming multiprocessors when launching persistent kernels (``0`` uses all available SMs). |
254
260
|``HELION_FORCE_AUTOTUNE``|``force_autotune``| Force the autotuner to run even when explicit configs are provided. |
255
261
|``HELION_DISALLOW_AUTOTUNING``|``check_autotuning_disabled``| Hard-disable autotuning; kernels must supply explicit configs when this is ``1``. |
256
262
|``HELION_AUTOTUNE_COMPILE_TIMEOUT``|``autotune_compile_timeout``| Maximum seconds to wait for Triton compilation during autotuning. |
0 commit comments