v1.1.1
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: