This is a patch release containing the following changes to v2.2.2:
- Fixed a bug in int8 depthwise convolution ptimitive with groups and 1d spatial size for processors with Intel AVX-512 and Intel AVX2 support (8a784c6, f0e4af9)
- Fixed correctness issue for PReLU primitive on Intel Processor Graphics (f3c3daf)
- Fixed corretness issue in reorder for blocked layouts with zero padding (68f05d0, d51616b, fd2c642)
- Improved performance of weights reorders used by BRGEMM-based convolution primitive for processors with Intel AVX-512 support (23b2ec0, 10f8187, 4c0819c)
- Added
-fp-model=precise
build flag for DPC++ code (3e40e5e) - Fixed potential memory leak in matmul primitive (36dba73)
- Fixed performance of matmul primitive when fused with bias update and sum (f993b25)
- Fixed a bug in matmul primitive when writing to non-contiguous destination buffer (36d25d4)