Skip to content

v2.7.5

Compare
Choose a tag to compare
@vpirogov vpirogov released this 11 Aug 16:38

This is a patch release containing the following changes to v2.7.4:

  • Fixed a correctness issue in fp32 batched matmul with transposed source tensor on processors with Intel AVX-512 instruction set support (1a9b80d)
  • Improved batched matmul performance on processors with Intel AMX instructions support (8c20f62, acb8e12)
  • Fixed a correctness issue in int8 convolution primitive with zero points on processors with Intel AVX2 and Intel DL Boost support (0abbf22, d3a9f02)
  • Improved convolution performance with small number of input channels on processors with Intel AVX-512 instruction set support (fc7fced)