From 1d49a4455232b85fe37c93f8c3d4a479368c39f3 Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Mon, 21 Oct 2024 09:18:36 +0800 Subject: [PATCH 1/5] 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 801ebe060e0..638d1660dc3 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/5] 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 638d1660dc3..c9bc87723dd 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 ^^^^^^^^^^^^^ From 7335f5bcf7aa3b7484859c9129089d17cf75a443 Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Mon, 21 Oct 2024 13:39:03 +0800 Subject: [PATCH 3/5] add title on the link --- 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 c9bc87723dd..5114e3b03c5 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 comprehensive step-by-step `guide `_, complete with performance data. +Here is a comprehensive step-by-step guide `Intel® oneAPI DPC++/C++ Compiler Boosts PyTorch* Inductor Performance on Windows* for CPU Devices `_, complete with performance data. LLVM Compiler ^^^^^^^^^^^^^ From a773e9b9da9e66a4937136f4044652d730e69a12 Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Mon, 21 Oct 2024 13:40:56 +0800 Subject: [PATCH 4/5] 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 5114e3b03c5..9d2b73e56b1 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 comprehensive step-by-step guide `Intel® oneAPI DPC++/C++ Compiler Boosts PyTorch* Inductor Performance on Windows* for CPU Devices `_, complete with performance data. +Intel also provides a comprehensive step-by-step guide `Intel® oneAPI DPC++/C++ Compiler Boosts PyTorch* Inductor Performance on Windows* for CPU Devices `_, complete with performance data. LLVM Compiler ^^^^^^^^^^^^^ From 53f3886c0d43509e6880e035e7e71f55b63260fb Mon Sep 17 00:00:00 2001 From: "Zheng, Zhaoqiong" Date: Mon, 21 Oct 2024 14:14:42 +0800 Subject: [PATCH 5/5] rephrase the sentence --- 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 9d2b73e56b1..96e1bf46909 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``. -Intel also provides a comprehensive step-by-step guide `Intel® oneAPI DPC++/C++ Compiler Boosts PyTorch* Inductor Performance on Windows* for CPU Devices `_, complete with performance data. +Intel also provides a comprehensive step-by-step guide, complete with performance data. Please check `Intel® oneAPI DPC++/C++ Compiler Boosts PyTorch* Inductor Performance on Windows* for CPU Devices `_. LLVM Compiler ^^^^^^^^^^^^^