1. 04 3月, 2020 3 次提交
  2. 03 3月, 2020 1 次提交
    • L
      [Cherry-pick] Fix inference c api PD_GetZeroCopyOutput lod and c api encapsulation (#22826) · cfa34dfc
      liu zhengxi 提交于
      * Fix pointer and c-api encapsulation (#22663)
      
      * refine pointer and c-api prototype, test=develop
      
      * fix new c api profile bug, test=develop
      
      * add unit tests, test=develop
      
      * Fix inference c api PD_GetZeroCopyOutput lod (#22768)
      
      * fix inference c api lod, test=develop
      
      * fix capi lod problem and enrich tests, test=develop
      
      * delete useless header files and alter const_cast, test=develop
      cfa34dfc
  3. 02 3月, 2020 1 次提交
  4. 28 2月, 2020 1 次提交
  5. 25 2月, 2020 1 次提交
  6. 24 2月, 2020 1 次提交
  7. 19 2月, 2020 1 次提交
  8. 18 2月, 2020 4 次提交
    • J
      Add TopK Op Grad CPU&GPU Kernel test=develop (#22628) (#22656) · 471971a3
      Jiawei Wang 提交于
      * Add TopK Op Grad CPU&GPU Kernel test=develop
      
      * Add TopK Op Grad, modify grad op maker test=develop
      
      * Add TopK Op Grad, modify grad op maker test=develop
      
      * Add TopK Op Grad, modify PADDLE_ENFORCE test=develop
      
      * Add TopK Op Grad, modify PADDLE_THROW test=develop
      
      * Add TopK Op Grad, modify unittest test=develop
      
      * fix ngraph top k op unittest test=develop
      471971a3
    • 1
      9e80551d
    • Y
      register fp16 kernel for some ops (#22650) · 8d8527fb
      Yibing Liu 提交于
      test=release/1.7
      8d8527fb
    • Y
      multi-loss optimization by adding a DownpourOpt worker (#22025) (#22638) · 750c6f42
      yaoxuefeng 提交于
      * update
      
      * update test=develop
      
      * update compile set test=develop
      
      * update compile set test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update compile setting test=develop
      
      * update compile setting test=develop
      
      * update run demo test=develop
      
      * update test=develop
      
      * update test=develop
      
      * fix test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update format test=develop
      
      * update format test=develop
      
      * update style test=develop
      
      * update style test=develop
      
      * change style test=develop
      
      * change style test=develop
      
      * change style test=develop
      
      * add dataset unittest test=develop
      
      * update test=develop
      
      * update for record test=develop
      
      * udpate style for record test=develop
      
      * update for record test=develop
      
      * update for record test=develop
      
      * update for record test=develop
      
      * fix format test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      750c6f42
  9. 17 2月, 2020 3 次提交
  10. 13 2月, 2020 5 次提交
  11. 12 2月, 2020 1 次提交
  12. 11 2月, 2020 3 次提交
  13. 10 2月, 2020 1 次提交
  14. 07 2月, 2020 3 次提交
  15. 05 2月, 2020 5 次提交
  16. 04 2月, 2020 3 次提交
  17. 21 1月, 2020 1 次提交
  18. 20 1月, 2020 2 次提交
    • T
      integrated HALF_ASYNC to communicator (#21869) (#22343) · fa4e0e82
      tangwei12 提交于
      * add half_async in the communicator
      * fix DistributedStrategy
      fa4e0e82
    • C
      Speeding up dygraph DataLoader with multiprocessing (#21762) (#22354) · fa7bb0c7
      Chen Weihang 提交于
      * add multiprocess for dygraph data loader, test=develop
      
      * polish code & add safe gurad, test=develop
      
      * refactor dygraph dataloader & add signal handler, test=develop
      
      * fix member initializer compile error on ci, test=develop
      
      * fix member initializer compile error one more, test=develop
      
      * remove useless config, test=develop
      
      * skip windows incompatible problem, test=develop
      
      * add unittest for coverage, test=coverage
      
      * add more exception unittest case, test=develop
      
      * deal with signal handler coverage, test=develop
      
      * polish code & add signal handler tests, test=develop
      
      * deal with coverage ci problem, test=develop
      
      * split data loader test & coverage ci fix, test=develop
      
      * remove test_imperative_data_loader_with_exception, test=develop
      
      * remove singal process except test case, test=develop
      
      * add exception tests again & remove sample list test, test=develop
      
      * split normal and exception unittests to diff class, test=develop
      
      * polish doc for use_multiprocess effect in static mode, test=develop
      fa7bb0c7