Skip to content

Commit 9b8885b

Browse files
committed
update alternative compiler
1 parent 16ceb26 commit 9b8885b

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
@@ -40,12 +40,12 @@ To enhance performance on Windows inductor, you can use the Intel Compiler or LL
4040
Intel Compiler
4141
~~~~~~~~~~~~~~
4242
#. Download and install `Intel Compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html>`_ with Windows version.
43-
#. Set environment variable for compiler `CXX=icx-cl`
43+
#. Set compiler `CXX=icx-cl`
4444

4545
LLVM Compiler
4646
~~~~~~~~~~~~~
47-
#. Download and install `LLVM Compiler <https://github.com/llvm/llvm-project/releases>`_ and choose Windows version.
48-
#. Set environment variable for compiler `CXX=clang-cl`
47+
#. Download and install `LLVM Compiler <https://github.com/llvm/llvm-project/releases>`_ with Windows version.
48+
#. Set compiler `CXX=clang-cl`
4949

5050
Install Miniforge
5151
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)