Skip to content

Commit e2f6d28

Browse files
committed
update alternative compiler section
1 parent c52fd8d commit e2f6d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Intel Compiler
9595
^^^^^^^^^^^^^^
9696

9797
#. 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``
9999

100100
LLVM Compiler
101101
^^^^^^^^^^^^^
102102

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``
105105

106106
Conclusion
107107
----------

0 commit comments

Comments
 (0)