1. 24 12月, 2020 1 次提交
  2. 23 12月, 2020 1 次提交
  3. 16 12月, 2020 1 次提交
  4. 11 12月, 2020 1 次提交
    • L
      Add the strategy of skipping cc/cu test compilation and execution in CI (#29499) · b5d4a1f3
      LoveAn 提交于
      * Add the strategy of skipping cc/cu test compilation and execution in CI, test=develop
      
      * fix if error with CI_SKIP_TEST, test=develop
      
      * fix add properties to test error on Linux/MAC, test=develop
      
      * fix set test properties of test_code_generator error, test=develop
      
      * remove test codes and advance judgment of file modification on Linux, test=develop
      
      * rename CI_SKIP_TEST to CI_SKIP_CPP_TEST, test=document_fix
      
      * Add branch judgement on Linux, test=develop
      b5d4a1f3
  5. 07 12月, 2020 1 次提交
  6. 30 11月, 2020 1 次提交
  7. 26 11月, 2020 2 次提交
  8. 25 11月, 2020 1 次提交
  9. 24 11月, 2020 1 次提交
  10. 20 11月, 2020 2 次提交
  11. 17 11月, 2020 1 次提交
  12. 16 11月, 2020 3 次提交
  13. 12 11月, 2020 2 次提交
  14. 11 11月, 2020 1 次提交
  15. 10 11月, 2020 2 次提交
  16. 09 11月, 2020 1 次提交
  17. 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
  18. 06 11月, 2020 1 次提交
  19. 05 11月, 2020 1 次提交
  20. 04 11月, 2020 2 次提交
  21. 29 10月, 2020 1 次提交
  22. 27 10月, 2020 1 次提交
  23. 26 10月, 2020 1 次提交
  24. 23 10月, 2020 1 次提交
  25. 16 10月, 2020 1 次提交
    • L
      [oneDNN] Conv dilation support (#27914) · 7cb4a8b8
      lidanqing 提交于
      * conv dilated mkldnn support: forward and backward pass
      
      * add mkldnn conv_transpose dilation UT
      test=develop
      
      * remove unnecessary PADDLE_ENFORCE
      
      * add int8 and bf16 dilated conv UT
      
      * update according to reviews
      7cb4a8b8
  26. 14 10月, 2020 1 次提交
  27. 09 10月, 2020 1 次提交
  28. 01 10月, 2020 1 次提交
  29. 29 9月, 2020 1 次提交
  30. 26 9月, 2020 1 次提交
  31. 25 9月, 2020 1 次提交
  32. 24 9月, 2020 2 次提交
    • W
      register seq_concat_fc_fuse pass. (#27479) · 3d552214
      Wilber 提交于
      3d552214
    • 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