1. 20 11月, 2020 2 次提交
    • J
      Add LSTM, Simple RNN and GRU CPU kernel (#28577) · 9362d85e
      Jack Zhou 提交于
      * add lstm, simple rnn op kernel
      
      * fix the test_lstm for the rnn op
      
      * change func name
      
      * fix forward postprocess bug
      
      * add gru forward, backward code
      
      * remove unittest.skipIf; use a big rnn op instead of combination op
      
      * fix input doesn't have gradient bug
      
      * add eigen lstm forward, backward
      Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com>
      9362d85e
    • Q
      adjust kunlun header file (#28536) · 30ef3815
      QingshuChen 提交于
      * adjust kunlun header file
      *test=kunlun
      
      * update kunlun unittest
      *test=kunlun
      
      * update xpu unitest
      * test = kunlun
      
      * update xpu unittest
      * test=kunlun
      
      * update xpu unitest
      * test=kunlun
      30ef3815
  2. 08 11月, 2020 1 次提交
    • Y
      exec ut no more than 15s 1 (#28439) · ba075632
      YUNSHEN XIE 提交于
      * disable ut test_parallel_executor_fetch_isolated_var,test=document_fix
      
      * test for limiting ut exec time as 15S
      
      * fix an error caused by cannot find ut
      
      * fix some error
      
      * can not find test_transformer
      
      * fix error caused by ut not run in windows
      
      * fix error caused by Compiler Options
      
      * fix error caused by setting timeout value as 15 in python/paddle/tests/CMakeLists.txt
      
      * setting timeout value to 120s for old ut
      
      * add the timeout value setting
      
      * fix error caused by ut only run in coverage_ci
      
      * add analyzer_transformer_profile_tester
      
      * fix some error
      
      * fix some error
      
      * fix error with inference option
      
      * fix error with inference option setting as ON_INFER
      
      * add some ut to set timeout
      
      * modified some option
      
      * fix error
      
      * fix some timeout error
      
      * fix error
      
      * fix error
      
      * fix timeout for test_analyzer_bfloat16_resnet50
      
      * fix error
      
      * setting timeout properity for some ut
      
      * first pr for new ut timeout as 15S
      ba075632
  3. 03 11月, 2020 2 次提交
  4. 21 10月, 2020 1 次提交
  5. 20 10月, 2020 1 次提交
  6. 14 10月, 2020 1 次提交
  7. 10 10月, 2020 1 次提交
  8. 27 9月, 2020 1 次提交
    • L
      add support to float64 input of warpctc op. (#27399) · 1501a80f
      Li Fuchen 提交于
      * add float64 input to ctc_loss
      
      * modified error message of  warpctc
      
      * update repo and tag of warpctc
      
      * add test for warpctc with float64 input
      
      * modified warpctc.cmake to make sure build always
      
      * resolved sample code bug of warpctc
      
      * add core.ops in warpctc dygraph
      
      * fix a bug of test
      1501a80f
  9. 26 9月, 2020 1 次提交
  10. 25 9月, 2020 1 次提交
  11. 24 9月, 2020 2 次提交
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
    • Z
      Add GPU Kernels of Segment Ops, support, sum, max, min, mean · 4a9d21de
      Zhong Hui 提交于
      Add GPU Kernels of Segment Ops,  support, sum, max, min, mean
      4a9d21de
  12. 22 9月, 2020 1 次提交
  13. 18 9月, 2020 1 次提交
  14. 17 9月, 2020 1 次提交
  15. 16 9月, 2020 1 次提交
  16. 14 9月, 2020 2 次提交
  17. 10 9月, 2020 1 次提交
  18. 09 9月, 2020 2 次提交
  19. 08 9月, 2020 1 次提交
  20. 03 9月, 2020 1 次提交
  21. 28 8月, 2020 1 次提交
    • L
      Refine paddle.manual_seed (#26496) · 844583c8
      Leo Chen 提交于
      * refine manual seed
      
      * fix ci problem
      
      * fix unittests
      
      * fix unittest
      
      * set is_init_py=false in manual_seed
      
      * fix unittest
      
      * fix bernoulli_op
      
      * fix(unittest): change random_seed to manual_seed
      
      * 🐞fix(unittest): fix manual_seed
      
      * trigger ci
      
      * fix test_sentiment
      
      * fix test_imperative_save_load
      
      * fix test_uniform_random_op
      
      * fix test_uniform_random_op
      
      * fix test_jit_save_load
      
      * merge develop
      
      * fix manual_seed
      
      * fix manual_seed
      
      * use global engine
      
      * use shared_ptr
      
      * fix double free
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix test bug
      
      * fix test bug
      
      * fix test bug
      
      * fix ci
      844583c8
  22. 26 8月, 2020 1 次提交
  23. 24 8月, 2020 1 次提交
  24. 22 8月, 2020 1 次提交
  25. 21 8月, 2020 1 次提交
    • Q
      support Baidu Kunlun AI Accelerator (#25959) · 138ecf24
      QingshuChen 提交于
      * support Baidu AI Accelerator
        * test=kunlun
      
      * minor
       * test=kunlun
      
      * support xpu op in separate file
       * test=kunlun
      
      * update XPU error message and remove duplicated code
      
       * test=kunlun
      
      * minor
       * test=kunlun
      
      * minor
       * test=kunlun
      138ecf24
  26. 05 8月, 2020 1 次提交
    • P
      Fix registering trt plugin (#25744) · b717895f
      Pei Yang 提交于
      * develop dynamic shape serilization
      
      * add test param for gelu
      
      * fix bugs
      
      * delete redundant comments
      
      * debug
      
      * fix conflict. test=develop
      
      * fix bug. test=develop
      
      * add trt dynamic shape serialized support
      
      * fix ernie serialized bug
      test=develop
      
      * fix codestyle
      test=develop
      
      * fix bug
      test=develop
      
      * fix bug.test=develop
      
      * modify cmakelist test=develop
      
      * fix bug
      test=develop
      
      * fix error message.  test=develop
      
      * fix trt register plugin based on pr#25003
      
      * add trt dynload
      
      * fix deserialization bug of not finding plugin registration
      
      * refine code style
      
      * recover engine key in tensorrt_subgraph_pass
      
      * for ci coverage
      
      * add unittest for deserialization
      Co-authored-by: Nhaozech <chenhaoze94@gmail.com>
      b717895f
  27. 03 8月, 2020 1 次提交
  28. 31 7月, 2020 1 次提交
    • S
      fix inverse bug (#25641) · bca30316
      ShenLiang 提交于
      * fix inverse bug, test=develop
      
      * fix the untest, test=develop
      
      * add singular checking, test=develop
      
      * fix the utest, test=develop
      
      * use memory::copy, test=develop
      
      * fix bost_get, test=develop
      
      * fix position, test=develop
      bca30316
  29. 23 7月, 2020 1 次提交
  30. 21 7月, 2020 1 次提交
  31. 11 7月, 2020 1 次提交
  32. 10 7月, 2020 1 次提交
  33. 07 7月, 2020 1 次提交
  34. 17 6月, 2020 2 次提交