Skip to content

Commit 7851363

Browse files
committed
specific llvm compiler version in alternative compiler section
1 parent ae80a0c commit 7851363

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ C++ compiler is required for torchinductor optimization, let's take Microsoft Vi
2424

2525
Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
2626

27-
During Installation, chosse `Desktop Development with C++` in the `Desktop & Mobile` Section and then install.
27+
During Installation, select ``Workloads`` table then ``Desktop & Mobile`` Section, check mark on ``Desktop Development with C++`` and then install.
2828

2929
.. note::
3030

@@ -40,10 +40,10 @@ Set Up Environment
4040
^^^^^^^^^^^^^^^^^^
4141

4242
#. Open a command line environment via cmd.exe.
43-
#. Activate `MSVC` via below command::
43+
#. Activate ``MSVC`` via below command::
4444

4545
"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvars64.bat"
46-
#. Activate `conda` via below command::
46+
#. Activate ``conda`` via below command::
4747

4848
"C:/ProgramData/miniforge3/Scripts/activate.bat"
4949
#. Create and activate customer conda environment::
@@ -89,7 +89,7 @@ Set Up Environment
8989
Alternative Compiler for better performance
9090
-------------------------------------------
9191

92-
To enhance performance on Windows inductor, you can use the Intel Compiler or LLVM Compiler. However, windows inductor rely on the runtime libraries from Microsoft Visual C++ (MSVC). Therefore, your first step should be to install MSVC.
92+
To enhance performance on Windows inductor, you can use the Intel Compiler or LLVM Compiler. However, they rely on the runtime libraries from Microsoft Visual C++ (MSVC). Therefore, your first step should be to install MSVC.
9393

9494
Intel Compiler
9595
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)