v3.5.2
This is a patch release containing the following changes to v3.5.1:
- Fixed performance regression for some Graph API subgraphs with LayerNorm operation (82f629c)
- Fixed runtime error for Graph API subgraphs including 6D LayerNorm operation (f704f09)
- Fixed an issue with host compiler version detection in SYCL configurations (730b976)
- Fixed an issue with missing
DNNL_TARGET_ARCH
define for builds not relying on CMake (87848b9) - Fixed a test issue for matmul with low-precision scales and/or zero-points (91c35d8)
- Fixed segfault issue in bfloat16 shuffle on AArch64 processors (9116681)
- Fixed runtime issue in quantized layer normalization pattern with Graph API (0013e8c)