fix jit_matmul bug according to paddle pr#20948 test=develop (#2392)
fix jit::matmul bug. Input x shape is (m, k), weight shape is (k, n). When k < 512, m==1, and n is a multiple of 16, the weight pointer is not correctly updated in the group calculation in the implementation of jit::matmul, resulting in the result diff
Showing
想要评论请 注册 或 登录