From 6c9b0401e8cf81b5218b1ed328f9c59a76422718 Mon Sep 17 00:00:00 2001 From: ZailiWang Date: Thu, 1 Aug 2024 16:05:48 +0800 Subject: [PATCH 1/2] fix xeon_run_cpu.html link --- recipes_source/recipes_index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index c9aa2947a7d..da8067c67cf 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -278,7 +278,7 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu :header: CPU launcher script for optimal performance on Intel® Xeon :card_description: How to use launcher script for optimal runtime configurations on Intel® Xeon CPUs. :image: ../_static/img/thumbnails/cropped/profiler.png - :link: ../recipes/recipes/xeon_run_cpu.html + :link: ../recipes/xeon_run_cpu.html :tags: Model-Optimization .. customcarditem:: From a4e66aa546e06f073485cb884db6b600470fe926 Mon Sep 17 00:00:00 2001 From: ZailiWang Date: Fri, 2 Aug 2024 09:45:43 +0800 Subject: [PATCH 2/2] align article title --- recipes_source/recipes_index.rst | 4 ++-- recipes_source/xeon_run_cpu.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index da8067c67cf..8959ea98a38 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -275,8 +275,8 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu :tags: Model-Optimization .. customcarditem:: - :header: CPU launcher script for optimal performance on Intel® Xeon - :card_description: How to use launcher script for optimal runtime configurations on Intel® Xeon CPUs. + :header: Optimizing CPU Performance on Intel® Xeon® with run_cpu Script + :card_description: How to use run_cpu script for optimal runtime configurations on Intel® Xeon CPUs. :image: ../_static/img/thumbnails/cropped/profiler.png :link: ../recipes/xeon_run_cpu.html :tags: Model-Optimization diff --git a/recipes_source/xeon_run_cpu.rst b/recipes_source/xeon_run_cpu.rst index fcf96a2ee84..6426bc57819 100644 --- a/recipes_source/xeon_run_cpu.rst +++ b/recipes_source/xeon_run_cpu.rst @@ -1,4 +1,4 @@ -Optimizing PyTorch Inference with Intel® Xeon® Scalable Processors +Optimizing CPU Performance on Intel® Xeon® with run_cpu Script ====================================================================== There are several configuration options that can impact the performance of PyTorch inference when executed on Intel® Xeon® Scalable Processors.