From 9cd40c957380edc5fd4345eeb9373e6d74a4e2e4 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Tue, 11 Jun 2024 02:11:11 +0900 Subject: [PATCH] update torch compile backend ipex with target device (#2919) --- recipes_source/torch_compile_backend_ipex.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes_source/torch_compile_backend_ipex.rst b/recipes_source/torch_compile_backend_ipex.rst index 8d38a689b8..58a53b525a 100644 --- a/recipes_source/torch_compile_backend_ipex.rst +++ b/recipes_source/torch_compile_backend_ipex.rst @@ -1,7 +1,7 @@ -Intel® Extension for PyTorch* Backend -===================================== +Intel® Extension for PyTorch* Backend on Intel® CPUs +==================================================== -To work better with `torch.compile`, Intel® Extension for PyTorch* implements a backend ``ipex``. +To work better with `torch.compile` on Intel® CPUs, Intel® Extension for PyTorch* implements a backend ``ipex``. It targets to improve hardware resource usage efficiency on Intel platforms for better performance. The `ipex` backend is implemented with further customizations designed in Intel® Extension for PyTorch* for the model compilation.