Skip to content

Intel® Extension for PyTorch* v1.10.100-cpu Release Notes

Compare
Choose a tag to compare
@EikanWang EikanWang released this 20 Dec 13:37
· 4 commits to release/1.10 since this release

This release is meant to fix the following issues:

  • Resolve the issue that the PyTorch Tensor Expression(TE) did not work after importing the extension.
  • Wrap the BatchNorm(BN) as another operator to break the TE's BN-related fusions. Because the BatchNorm performance of PyTorch Tensor Expression can not achieve the same performance as PyTorch ATen BN.
  • Update the documentation
    • Fix the INT8 quantization example issue #205
    • Polish the installation guide

Full Changelog: v1.10.0...v1.10.100