v0.20.2
This is a patch release containing following changes to Intel MKL-DNN v0.20.1:
- Fixed issue with bfloat16 instructions detection in Xbyak (b59bf2e)
- Fixed offset calculation issue in weight update depthwise convolution in fp32 and bfloat16 kernels (ddc54e5, 0982b25)
- Added check that size of generated kernel doesn't exceed the maximum allowed bound in fp32 forward and backward kernels (24abe20)
- Various fixes in RNN primitive: