Skip to content

v1.9.0

Compare
Choose a tag to compare
@EikanWang EikanWang released this 18 Aug 09:53
edc68c5

Intel Extension For PyTorch 1.9.0 Release Notes

What's New

New PyTorch 1.9.0 was newly supported by the Intel extension for Pytorch 1.9.0.

  • Rebased the Intel Extension for Pytorch from PyTorch-1.8.0 to the official PyTorch-1.9.0 release.
  • Support binary installation.
    python -m pip install torch_ipex==1.9.0 -f https://software.intel.com/ipex-whl-stable
    
    Wheel files available for Python versions
    IPEX Version Python 3.6 Python 3.7 Python 3.8 Python 3.9
    1.9.0 ✔️ ✔️ ✔️ ✔️
    1.8.0 ✔️
  • Support the C++ library. The third party App can link the Intel-Extension-for-PyTorch C++ library to enable the particular optimizations.