You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cpu][fix] Fix onednn_mm crash on consecutive matmuls with same M,K,N and different dtype
Makes weight dtype part of the cache key for `ClassMatmulCacheKey` to avoid having 2 onednn_mm(s)
with same src/weight dimensions and different dtypes mapped to the same dnnl::matmul primitive
Fixes: #27465
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com>
0 commit comments