Intel® Extension for PyTorch* v1.11.200-cpu Release Notes
Highlights
- Enable more fused operators to accelerate particular models.
- Fuse
Convolution
andLeakyReLU
(#648) - Support
torch.einsum
and fuse it withadd
(#684) - Fuse
Linear
andTanh
(#685)
- Fuse
- In addition to the existing installation methods, this release provides Docker installation from DockerHub.
- Provide the evaluation wheel packages that could boost performance for selective topologies on top of oneDNN graph compiler prototype feature.
NOTE: This is still at the early development stage and not fully mature yet, but feel free to reach out through GitHub tickets if you have any suggestions.
Full Changelog: v1.11.0...v1.11.200