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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,13 @@ Intel Compiler
95
95
^^^^^^^^^^^^^^
96
96
97
97
#. Download and install `Intel Compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html>`_ with Windows version.
98
-
#. Set compiler `CXX=icx-cl`
98
+
#. Set Windows Inductor Compiler via environment variable ``set CXX=icx-cl``
99
99
100
100
LLVM Compiler
101
101
^^^^^^^^^^^^^
102
102
103
-
#. Download and install `LLVM Compiler <https://github.com/llvm/llvm-project/releases>`_ with Windows version.
104
-
#. Set compiler `CXX=clang-cl`
103
+
#. Download and install `LLVM Compiler <https://github.com/llvm/llvm-project/releases>`_ with Windows x86 version.
104
+
#. Set Windows Inductor Compiler via environment variable ``set CXX=clang-cl``
0 commit comments