Skip to content

Commit f9b4159

Browse files
chunyuan-wsvekars
andauthored
Update prototype_source/max_autotune_on_CPU_tutorial.rst
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent e480573 commit f9b4159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/max_autotune_on_CPU_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ While the development is still in progress, we have already seen promising speed
2727
Activating the ``max-autotune`` mode
2828
-------------------------------------
2929
To activate the ``max-autotune`` mode in PyTorch, set the ``mode`` argument to ``max-autotune`` when compiling your model using ``torch.compile``.
30-
If you prefer to bypass the tuning process and always use the CPP template implementations, you can configure this via an environment variable:
30+
If you prefer to bypass the tuning process and always use the C++ template implementations, you can configure this via an environment variable:
3131
``export TORCHINDUCTOR_MAX_AUTOTUNE_GEMM_BACKENDS=CPP``.
3232

3333

0 commit comments

Comments
 (0)