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
Copy file name to clipboardExpand all lines: prototype_source/inductor_windows_cpu.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,14 @@ We will use Microsoft Visual C++ (MSVC) for this example.
31
31
32
32
1. Download and install `MSVC <https://visualstudio.microsoft.com/downloads/>`_.
33
33
34
-
1. During the installation, choose **Desktop Development with C++** in the **Desktop & Mobile** section. Then install the software
34
+
2. During the installation, choose **Desktop Development with C++** in the **Desktop & Mobile** section. Then install the software
35
35
36
-
.. note::
36
+
.. note::
37
37
38
38
We recommend C++ compiler `Clang <https://github.com/llvm/llvm-project/releases>`_ and `Intel Compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html>`_.
39
39
40
40
41
-
1. Download and install `Miniforge3-Windows-x86_64.exe <https://github.com/conda-forge/miniforge/releases/latest/>`__.
41
+
3. Download and install `Miniforge3-Windows-x86_64.exe <https://github.com/conda-forge/miniforge/releases/latest/>`__.
42
42
43
43
Set Up the Environment
44
44
------------------------------
@@ -54,10 +54,10 @@ Set Up the Environment
54
54
"C:/ProgramData/miniforge3/Scripts/activate.bat"
55
55
#. Create and activate a customer conda environment:
0 commit comments