Skip to content

Commit

Permalink
update alternative compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoqiongZ committed Sep 27, 2024
1 parent 16ceb26 commit 9b8885b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prototype_source/inductor_windows_cpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ To enhance performance on Windows inductor, you can use the Intel Compiler or LL
Intel Compiler
~~~~~~~~~~~~~~
#. Download and install `Intel Compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html>`_ with Windows version.
#. Set environment variable for compiler `CXX=icx-cl`
#. Set compiler `CXX=icx-cl`

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

Install Miniforge
^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 9b8885b

Please sign in to comment.