From 1d49a4455232b85fe37c93f8c3d4a479368c39f3 Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Mon, 21 Oct 2024 09:18:36 +0800 Subject: [PATCH 1/2] update link to a intel compiler guide with performance data --- prototype_source/inductor_windows_cpu.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prototype_source/inductor_windows_cpu.rst b/prototype_source/inductor_windows_cpu.rst index 801ebe060e..638d1660dc 100644 --- a/prototype_source/inductor_windows_cpu.rst +++ b/prototype_source/inductor_windows_cpu.rst @@ -115,6 +115,8 @@ Intel Compiler #. Download and install `Intel Compiler `_ with Windows version. #. Set Windows Inductor Compiler with the CXX environment variable ``set CXX=icx-cl``. +Here is a detailed step-by-step `guide `_ with performance data. + LLVM Compiler ^^^^^^^^^^^^^ From d3f2ca03161bc7aa11e50c50f1a2f375cacac363 Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Mon, 21 Oct 2024 09:25:22 +0800 Subject: [PATCH 2/2] update --- prototype_source/inductor_windows_cpu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype_source/inductor_windows_cpu.rst b/prototype_source/inductor_windows_cpu.rst index 638d1660dc..c9bc87723d 100644 --- a/prototype_source/inductor_windows_cpu.rst +++ b/prototype_source/inductor_windows_cpu.rst @@ -115,7 +115,7 @@ Intel Compiler #. Download and install `Intel Compiler `_ with Windows version. #. Set Windows Inductor Compiler with the CXX environment variable ``set CXX=icx-cl``. -Here is a detailed step-by-step `guide `_ with performance data. +Here is a comprehensive step-by-step `guide `_, complete with performance data. LLVM Compiler ^^^^^^^^^^^^^