From 63a1da235f0ebba0e954f7e483663e9b30978b44 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Mon, 10 Jun 2024 16:00:28 +0900 Subject: [PATCH] update torch compile backend ipex with target device --- 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 8d38a689b88..58a53b525a0 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.