Skip to content

v3.3.4

Compare
Choose a tag to compare
@vpirogov vpirogov released this 08 Jan 23:49
· 16 commits to rls-v3.3 since this release

This is a patch release containing the following changes to v3.3.3:

  • Fixed performance regression in convolution, matmul and inner product primitives with post-ops on Intel CPUs (2e3c94c)
  • Fixed performance regression in bfloat16 matmul on processors with Intel AMX instruction set support (c0ae38c, fa43640)
  • Fixed SEGFAULT in 3D convolutions with different h and w parameters on Intel CPUs (b5f916e)
  • Fixed performance regression in fp32 convolution backpropagation on Intel CPUs (ee3b12d)
  • Reduced benchdnn memory consumption on Intel GPUs (84a8f57)