This is a patch release containing the following changes to v3.13:
- Fixed correctness issue in matmul with non-
f32common scales on x64 CPUs (8649862) - Fixed an
unimplementederror in grouped matmul with post-ops on Intel GPUs (168ccaf) - Fixed correctness issue in
f8grouped matmul on Intel GPUs based on Xe-LPG architecture (0a2644a) - Fixed matmul correctness issue for non-trivial source strides on x64 CPUs (6e5689d, 21ed470)
- Extended grouped matmul post-ops to support all eltwise algorithms on Intel GPUs (1b5607c, b24a1db, 3829e47, 879d412, 678f419)
- Fixed performance regression in
f16matmul withN = 1and binary post-op on x64 CPUs (0b9ccf7) - Fixed a performance regression in
f64matmul with large K on Intel GPUs (4a44f5f) - Fixed an
unimplementederror in grouped matmul withu8weights and zero points on Intel GPUs based on Xe-HPG architecture (f9d64d0, 347e3f4) - Cleaned up implicit narrowing conversions and removed suppression of MSVC compiler warning C4244 on Intel CPUs (af6fc5e, 2a1e6af, d7b4acd, 428ab19, 21ebf76, 9392d8b, f0172dc, 4345414, 6203120, 29c3bb3, ca64e87, 554c09f, 514dc23, 4afe4b2, c92aa9d, 800de48, 4f681cb, 82192d6, f28a821, 764729f, 71e5cc3, 48e7204, cdedd44, 23b98ba, 6375c24, 0929f31, d36e03a, 39dbfc5, 1dc80b5, 3508778)
- Reduced convolution and deconvolution primitives creation time on Intel GPUs (9be3cfe, 521463a, 251a8d6, dcc10e6, 4c2a7d7, 3a78962, da8af99, 268bafe)
- Extended set of supported algorithms in eltwise post-op in grouped matmul primitive on Intel GPUs (99b824e, b6fa787, b0c8687, d46a6cb, 2e3e918, 226a0da, dd0f425, 44391fc, e7b8ab8, 281167b, e09f474, 2be907b, a209014, 82200ce)
- Fixed crash during convolution primitive creation with large shapes on x64 CPUs (a3d4597)