1. 14 2月, 2020 1 次提交
    • Y
      [X86] Optimize gru and softmax (#2877) · 0a890050
      Yiqun Liu 提交于
      * Optimize softmax. When the input tensor is 2-D and axis is 1, there is no need to resize.
      
      * Optimize the gru, avoid calling Tensor::Slice.
      test=develop
      
      * Remove a std::vector in softmax.
      test=develop
      
      * Define CalculateSeqWidth to get the width of a sequence.
      test=develop
      0a890050
  2. 02 1月, 2020 1 次提交
  3. 26 12月, 2019 1 次提交
  4. 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
  5. 10 9月, 2019 1 次提交
  6. 03 9月, 2019 1 次提交