Skip to content

v0.21.2

Compare
Choose a tag to compare
@tprimak tprimak released this 08 Oct 19:42
· 45 commits to rls-v0.21 since this release

This is a patch release containing following changes to v0.21.1:

  • Fixed performance regression in GEMM (9534621)
  • Fixed int8 dilated convolution for some shapes with input heights <= dilation over the heights dimension (e68f151)
  • Addressed static initialization order issue in bf16 converters (ae8efde)
  • Fixed fast reference backward convolution dispatching for 3D-spatial case (5994d63)