1. 29 3月, 2019 1 次提交
  2. 28 3月, 2019 6 次提交
  3. 27 3月, 2019 5 次提交
    • S
      fix gc bug · c4c62052
      sneaxiy 提交于
      test=develop
      c4c62052
    • S
      fix grad desc maker · 63651c19
      sneaxiy 提交于
      test=develop
      63651c19
    • L
      Memory optimize (#16410) · 8d22bc17
      liuwei1031 提交于
      * fix cdn issue, test=develop
      
      * fix memory optimize bugs, test=develop
      
      * fix memory optimize bugs, test=develop
      
      * remove add/sub_2 op, test=develop
      
      * disable memory_optimize by default, test=develop
      
      * disable inplace activation in python, test=develop
      
      * fix unittests, test=develop
      
      * fix unittests, test=develop
      
      * bug-fix, test=develop
      8d22bc17
    • S
      delete source file no_need_buffer_vars_inference.cc · a0f4fefb
      sneaxiy 提交于
      test=develop
      a0f4fefb
    • W
      test fix fetch bar place for ce (#16406) · 9ffd5eec
      Wu Yi 提交于
      * test fix fetch bar place for ce
      
      * fix ps mode dist train in develop test=develop
      
      * fix style check test=develop
      
      * update test=develop
      9ffd5eec
  4. 26 3月, 2019 3 次提交
  5. 25 3月, 2019 3 次提交
  6. 24 3月, 2019 1 次提交
  7. 22 3月, 2019 2 次提交
    • C
      [Speed]Refine ParallelExecutor (#16190) · a6a3b2fb
      chengduo 提交于
      * refine parallelExecutor
      test=develop
      
      * Polish op_handle
      test=develop
      
      * Remove unnecessary op_handle
      test=develop
      
      * Fix Travis CI
      test=develop
      
      * Fix fetch bug
      test=develop
      
      * Remove WaitInputVarGenerated
      
      * Fix OpHandleBase::Run
      test=develop
      
      * debug
      test=develop
      
      * use origin fetch_op_handle
      test=develop
      
      * Revert op_handle_base.cc
      test=develop
      
      * Polish code
      test=develop
      
      * Fix OpHandleBase::Run
      test=develop
      
      * code refine
      
      * test CI and CE
      test=develop
      
      * fix OpHandle::Run
      test=develop
      
      * refine AllReduceOpHandle
      test=develop
      
      * Polish code
      test=develop
      a6a3b2fb
    • C
      Add unit test for fuse all reduce (#16354) · 33965527
      chengduo 提交于
      * refine fused_all_reduce_op
      
      * add unit test in test_parallel_executor_seresnext
      test=develop
      33965527
  8. 21 3月, 2019 2 次提交
  9. 20 3月, 2019 8 次提交
  10. 19 3月, 2019 5 次提交
  11. 18 3月, 2019 4 次提交
    • M
      Polish code style · b40e41fb
      minqiyang 提交于
      test=develop
      b40e41fb
    • M
      Take DataType and VarType apart · 36dce65b
      minqiyang 提交于
      test=develop
      36dce65b
    • L
      refine with comments · cc0ae1f1
      luotao1 提交于
      test=develop
      cc0ae1f1
    • W
      Add cpu_quantize_pass for C-API quantization (#16127) · 2579ade4
      Wojciech Uss 提交于
      * Add cpu_quantize_pass for C-API quantization
      
      test=develop
      
      * add cpu_quantize_pass test
      
      * fix lint: add include memory unorderd_map and unordered_set
      
      test=develop
      
      * fuse_relu 1
      
      test=develop
      
      * tuned 2 without squash
      
      * fixes
      
      test=develop
      
      * remove unused vars
      
      test=develop
      
      * refactored
      
      test=develop
      
      * fix lint c-style cast -> C++ style cast
      
      test=develop
      
      * remove QuantMax and c style casts
      
      test=develop
      
      * last usage of QuantMax removed
      
      test=develop
      
      * Fix Analysis Predictor UT
      
      Check if memory_optimize_pass has already been added
      to the analysis config before adding a new one, so
      that it is not added multiple times.
      test=develop
      
      * change map to unordered_map
      
      fix the forgotten part of cpu_quantize_pass_tester.cc
      
      test=develop
      
      * removed quantized attribute
      
      * fixed cpu_quantize_pass_tester and op attr comments
      
      test=develop
      
      * removed redundant line
      
      test=debug
      
      * removed gmock
      
      test=develop
      
      * fix after merge
      2579ade4