This is a patch release containing the following changes to v2.3.2:
- Reverted check for memory descriptor stride validity for unit dimensions (861c625)
- Fixed build errors on Fucshia OS (753b531)
- Fixed implicit conversion in GPU GEMM implementation (30dee23)
- Addressed issues detected by clang TSan (888ab52, 7555fd8, 4ffdb3c, 57b8ffd, b52b2c0, 84b200f, 67deb8e)
- Fixed undefined access issues detected by clang UBSan (5bab17c, 3494b1e, 6885360, 8cbe861, b13a215, 859622d, 5813c99)
- Fixed memory leak in CPU GEMM implementation (45e3039, fd6d14c)
- Fixed int8 convolution correctnes issues on Intel Integrated Graphics (b7d40a0, 72e4856)
- Fixed access violation issue in GEMM implementation on Windows (aac6b23)