We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df70a7 commit c8f29b6Copy full SHA for c8f29b6
prototype_source/inductor_windows_cpu.rst
@@ -53,7 +53,8 @@ Set Up Environment
53
conda create -n inductor_cpu_windows python=3.10 -y
54
conda activate inductor_cpu_windows
55
#. Install `PyTorch 2.5 <https://pytorch.org/get-started/locally/>`_ or later.
56
-#. Try `torchinductor` on Windows CPU::
+#. Use torchinductor on Windows CPU::
57
+
58
import torch
59
def foo(x, y):
60
a = torch.sin(x)
0 commit comments