1. 23 11月, 2021 1 次提交
  2. 09 8月, 2021 1 次提交
  3. 22 7月, 2021 1 次提交
  4. 03 2月, 2021 1 次提交
  5. 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
  6. 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
  7. 23 10月, 2018 1 次提交
    • C
      Refine Split op (#13967) · a7497653
      chengduo 提交于
      * speedup split_op
      test=develop
      
      * speedup split_op
      test=develop
      
      * rename ConcatGrad to Split
      
      * refine concat and split
      test=develop
      
      * fix compile error
      a7497653
  8. 18 9月, 2018 1 次提交
  9. 17 9月, 2018 1 次提交
  10. 24 8月, 2018 1 次提交
  11. 22 8月, 2018 1 次提交
  12. 20 6月, 2018 1 次提交
  13. 17 6月, 2018 1 次提交
  14. 16 6月, 2018 1 次提交
  15. 02 5月, 2018 1 次提交
    • A
      Fix more CPPLint issues in fluid/operators/math (#10276) · 73858547
      Abhinav Arora 提交于
      * Fix CPPLint issues in lstm_cpu_kernel.h
      
      * Fix CPPLint issues in math/math_function_test
      
      * Fix CPPLint issues in math/math_function_test
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/gru_cpu_kernel
      
      * Fix CPPLint issues in math/selected_rows_functor_test.cu
      
      * Fix compile error
      
      * Fix compile error
      73858547
  16. 17 3月, 2018 1 次提交
    • X
      Fix compilation for gcc5.4 · ab3543e3
      xuwei06 提交于
      The error is:
      
      paddle/fluid/operators/math/concat.cc:47:72: error: invalid initialization of non-const reference of type 'paddle::platform::CPUPlace&' from an rvalue of type 'paddle::platform::CPUPlace'
         auto& cpu_place = boost::get<platform::CPUPlace>(context.GetPlace());
      
      Should not use reference for cpu_place.
      ab3543e3
  17. 05 3月, 2018 1 次提交
  18. 03 3月, 2018 1 次提交
  19. 02 3月, 2018 1 次提交