Skip to content

Commit 78189ed

Browse files
authored
Update inductor_windows_cpu.rst
1 parent 1fce09f commit 78189ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here’s a simple example to demonstrate how to use TorchInductor:
7979
opt_foo1 = torch.compile(foo)
8080
print(opt_foo1(torch.randn(10, 10), torch.randn(10, 10)))
8181
82-
The code above returns the following output:
82+
Here is the sample output that this code might return:
8383

8484
.. code-block:: sh
8585

0 commit comments

Comments
 (0)