1. 02 3月, 2020 1 次提交
  2. 01 3月, 2020 1 次提交
  3. 28 2月, 2020 2 次提交
  4. 27 2月, 2020 3 次提交
  5. 26 2月, 2020 4 次提交
  6. 25 2月, 2020 7 次提交
  7. 24 2月, 2020 4 次提交
    • S
      add partial_sum op in contrib (#22292) · 3132681e
      ShenLiang 提交于
      * add partial_sum_op, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the bug for python3, test=develop
      
      * modify the ut for ci, test=develop
      
      * mv to contrib, test=develop
      
      * use check_variable_and_dtype, test=develop
      
      * fix ci, test=develop
      
      * fix conflict, test=dvelop
      
      * add partial concat, test=develop
      
      * fix the conflict, test=develop
      
      * fix the error, test=develop
      
      * rm SSE4, test=develop
      3132681e
    • W
      Fusion group profile support (#22718) · 611411b9
      wangchaochaohu 提交于
      * add support for the driver api callback and fix the profiler name show bug
      611411b9
    • S
      add partial_concat op in contrib (#22528) · e1366613
      ShenLiang 提交于
      * add partial_concat, test=develop
      
      * fix the grids and blocks, test=develop
      
      * fix the Paddle_Enforce, test=develop
      
      * fix the doc of op, test=develop
      
      * fix the doc, test=develop
      
      * fix the doc of the op, test=develop
      
      * replace -1 with None, test=develop
      e1366613
    • G
      Add an inference interface to disable FC padding (#22097) · cdf5f6fb
      GaoWei8 提交于
      * Add an interface of disabling FC padding
      * fix bert regression
      * polish fc padding interface
      * recover pass function
      * fix argument error
      * fix mkldnn error
      cdf5f6fb
  8. 23 2月, 2020 1 次提交
  9. 22 2月, 2020 2 次提交
  10. 21 2月, 2020 3 次提交
  11. 20 2月, 2020 1 次提交
  12. 19 2月, 2020 1 次提交
  13. 18 2月, 2020 2 次提交
  14. 17 2月, 2020 5 次提交
  15. 15 2月, 2020 2 次提交
    • S
      update ops's unittest data type from float32 to float64 and shape over 100 (#22544) · 90ee3666
      Steffy-zxf 提交于
      * update ops's unittest of elementwise_pow, elementwise_max, elementwise_min, scale and sqrt
      1. update elementwise_pow, elementwise_max and scale's unitests with input data type (float32 -> float64)
      2. fix bug that the elementwise_pow doesn't meet threshold requirements with tackling float64 data
      3. remove sqrt from op_accuracy_white_list.py
      4. update the unittests of elementwise_pow, elementwise_max and elementwise_min ops that their input data shape over 100
      5. test=develop
      
      * modify the writing style according suggestions
      test=develop
      90ee3666
    • F
      remove python inference warning (#22602) · f7eafca8
      flame 提交于
      f7eafca8
  16. 14 2月, 2020 1 次提交