Open dlod-openvino opened 10 months ago
The feature will be available in the future.
I ran the following and it worked:
>>> import intel_extension_for_pytorch
>>> import torch
>>> torch._dynamo.list_backends()
['cudagraphs', 'inductor', 'ipex', 'onnxrt', 'openxla', 'openxla_eval', 'tvm']
OS: Windows11; Python=3.9.18
Install the intel_extension_for_pytorch-2.1.10+xpu-cp39-cp39-win_amd64.whl
Execute torch._dynamo.list_backends() There is no ipex in the list of backends as below: