Skip to content

v1.1.1

Compare
Choose a tag to compare
@vpirogov vpirogov released this 22 Oct 19:58
· 35 commits to rls-v1.1 since this release

This is a patch release containing following changes to v1.1:

  • Fixed zero padding for memory formats with rank 3 and below (f97e174)
  • Fixed 'deprecated std::copy' warning with Microsoft C++ Compiler (ee276af)
  • Fixed tail scaling for int8 inner product (f2b68c7)
  • Fixed correctness issue for int8 GEMM with N=1 (0dd5c13)
  • Sum does not override the data type for destination memory descriptor when used with any (5301981)
  • Addressed following corner cases in CPU convolution implementation:
    • Fixed tail processing in int8 depthwise convolution (7711b77)
    • Fixed bias padding in bfloat16 depthwise convolution (0696ba6)
    • Fixed correctness issue in s8s8 flavor of depthwise convolution (b614482)
    • Fixed correctness issue in dilated convolution weight gradient implementation (c6ec0f9)