1. 09 11月, 2020 3 次提交
  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. 06 11月, 2020 1 次提交
  4. 29 10月, 2020 1 次提交
  5. 27 10月, 2020 1 次提交
  6. 26 10月, 2020 1 次提交
  7. 21 10月, 2020 1 次提交
  8. 20 10月, 2020 1 次提交
  9. 15 10月, 2020 1 次提交
  10. 14 10月, 2020 2 次提交
  11. 30 9月, 2020 1 次提交
    • T
      add xpu test (#27622) · 4d5ddbf1
      tianshuo78520a 提交于
      * add xpu test
      
      * notest;add kunlun_test
      
      * notest;add kunlun_test
      
      * notest;test=kunlun
      
      * notest;test=kunlun
      
      * notest;test=kunlun
      
      * notest;test=kunlun
      
      * test=kunlun
      4d5ddbf1
  12. 29 9月, 2020 1 次提交
  13. 28 9月, 2020 4 次提交
  14. 27 9月, 2020 2 次提交
  15. 25 9月, 2020 2 次提交
  16. 24 9月, 2020 1 次提交
  17. 17 9月, 2020 3 次提交
  18. 16 9月, 2020 3 次提交
  19. 14 9月, 2020 1 次提交
  20. 10 9月, 2020 3 次提交
  21. 09 9月, 2020 2 次提交
  22. 07 9月, 2020 1 次提交
  23. 02 9月, 2020 2 次提交
  24. 27 8月, 2020 1 次提交
    • F
      Add unified RNN APIs (#26588) · f4083010
      Feiyu Chan 提交于
      * Add RNN related apis in paddl.nn
      test=develop
      
      * new rnn api, cell almost done
      
      * add new progresses in rnn APIs for 2.0
      
      * refine rnn APIs and docstrings.
      
      * add unittets
      
      * disable gpu tests when paddle is not compiled with cuda support
      
      * remove unnecessary imports
      
      * fix docstring
      
      * add to no_sample wlist
      
      * backport to python2 to avoid yield from
      
      * add **kwargs, fix typos
      
      * update docstrings for birnn
      
      * rename argument for SimpleRNN and SimpleRNNCell, fix sample code
      
      * add default value for initial_states in fluid.layers.birnn
      Co-authored-by: Nguosheng <guosheng@baidu.com>
      f4083010