1. 05 11月, 2020 1 次提交
  2. 03 11月, 2020 1 次提交
  3. 29 10月, 2020 1 次提交
  4. 28 10月, 2020 3 次提交
  5. 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
  6. 12 10月, 2020 1 次提交
  7. 01 10月, 2020 1 次提交
  8. 29 9月, 2020 1 次提交
  9. 26 9月, 2020 1 次提交
  10. 24 9月, 2020 1 次提交
    • 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
  11. 16 9月, 2020 1 次提交
  12. 14 9月, 2020 1 次提交
  13. 11 9月, 2020 1 次提交
  14. 04 9月, 2020 1 次提交
  15. 02 9月, 2020 1 次提交
  16. 28 8月, 2020 2 次提交
    • W
      Decouple weights and bias from fc primitive in MKLDNN cache (#26708) · 7afb1df1
      Wojciech Uss 提交于
      * decouple weights and bias from fc primitive in cache
      
      * removed reduntant update of pointers
      7afb1df1
    • 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
  17. 26 8月, 2020 1 次提交
  18. 24 8月, 2020 1 次提交
  19. 23 8月, 2020 1 次提交
  20. 10 8月, 2020 1 次提交
  21. 28 7月, 2020 1 次提交
  22. 17 7月, 2020 1 次提交
  23. 08 7月, 2020 1 次提交
  24. 23 6月, 2020 1 次提交
    • A
      Refactor of conv fp32 oneDNN operator (#25137) · bd0b38e6
      Adam 提交于
      * Refactor of conv fp32 oneDNN operator
      test=develop
      
      * Formatting fix
      test=develop
      
      * Return Enforces
      test=develop
      
      * GetWeights improvements
      test=develop
      bd0b38e6
  25. 01 6月, 2020 1 次提交
  26. 26 5月, 2020 3 次提交
  27. 21 5月, 2020 1 次提交
  28. 14 5月, 2020 2 次提交
  29. 13 5月, 2020 1 次提交
  30. 12 5月, 2020 1 次提交
  31. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  32. 28 4月, 2020 1 次提交
  33. 24 4月, 2020 2 次提交