From 9b8885b34875c026874d8d60da61b7f6beadcc3e Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Fri, 27 Sep 2024 10:12:17 +0800 Subject: [PATCH] update alternative compiler --- prototype_source/inductor_windows_cpu.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prototype_source/inductor_windows_cpu.rst b/prototype_source/inductor_windows_cpu.rst index d64a7e4282..7a75283712 100644 --- a/prototype_source/inductor_windows_cpu.rst +++ b/prototype_source/inductor_windows_cpu.rst @@ -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 `_ with Windows version. -#. Set environment variable for compiler `CXX=icx-cl` +#. Set compiler `CXX=icx-cl` LLVM Compiler ~~~~~~~~~~~~~ -#. Download and install `LLVM Compiler `_ and choose Windows version. -#. Set environment variable for compiler `CXX=clang-cl` +#. Download and install `LLVM Compiler `_ with Windows version. +#. Set compiler `CXX=clang-cl` Install Miniforge ^^^^^^^^^^^^^^^^^