1. 17 5月, 2020 1 次提交
  2. 15 4月, 2020 1 次提交
  3. 24 3月, 2020 1 次提交
  4. 02 1月, 2020 1 次提交
  5. 07 11月, 2019 1 次提交
    • W
      fix jit_matmul bug according to paddle pr#20948 test=develop (#2392) · f51c4891
      Wilber 提交于
      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 
      f51c4891
  6. 03 9月, 2019 1 次提交