This is a patch release containing the following changes to v3.11.1:
- Fixed an issue with unintentionally exposed internal symbols in Graph API (d369c5f, 8fc3ec3)
- Fixed an integer overflow in memory descriptor size computation for humungous tensors (265704b, 98e2011)
- Fixed a potential heap corruption in
f32GEMM kernels on x64 CPUs (6191181) - Added support for
bf16andf16matmul with transposed source on x64 CPUs with Intel AVX2 instruction set support (5af82d4, f0c6428, eef1cf0) - Updated benchdnn to use non-compressible random data in performance benchmarking mode on Intel GPUs (8051b37)