1. 10 6月, 2021 1 次提交
  2. 09 6月, 2021 1 次提交
    • W
      paddle.save support object save to memory. (#32999) · cdd6437a
      WeiXin 提交于
      * support state_dict save to memory.
      
      * Perfect unittest
      
      * perfect unittest.
      
      * suport saving binary var to memory
      
      * polish code.
      
      * packag save/load files into pybind/io.py
      
      * polish code .
      
      * add example for save to memory; remove useless save load function(_load_static_dict,_save_dygraph_dict)
      
      * delete _load_static/dygraph_dict;_save_static/dygraph_dict
      
      * edit example of paddle.save/load
      cdd6437a
  3. 08 6月, 2021 1 次提交
  4. 07 6月, 2021 1 次提交
  5. 04 6月, 2021 1 次提交
    • W
      fix inference prepare data bug (#33305) · dd181238
      wenbin 提交于
      * fix inference prepare data bug
      
      * rename functions
      
      * typo
      
      * typo
      
      * typo
      
      * UT correct
      
      * correct condition
      
      * correct condition
      
      * ci coverage
      
      * morelines
      
      * fix ci coverage
      dd181238
  6. 03 6月, 2021 1 次提交
  7. 01 6月, 2021 2 次提交
  8. 31 5月, 2021 1 次提交
  9. 26 5月, 2021 2 次提交
    • T
      ut fix (#33102) · e05a7a49
      tangwei12 提交于
      
      Change-Id: I2e82dfcee6a1d0512b94cebc32281123fa5bf597
      
      * pretty print for datafeed error
      
      Change-Id: I056a8b6f03608e96679a83846c97aed289cef7e6
      
      * fix fleet dist infer ut
      e05a7a49
    • W
      optimize OP's compilation time (#32617) · 78ecb668
      wuhuanzhou 提交于
      * optimize OP's compilation time, test=develop
      
      * add more op and run ci test, test=develop
      
      * CUDA Kernel register in cc file, test=develop
      
      * fix macros, test=develop
      
      * fix undefined symbol error, test=develop
      
      * fix compilation error and undefined symbol, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error on Windows, test=develop
      78ecb668
  10. 25 5月, 2021 4 次提交
  11. 21 5月, 2021 1 次提交
  12. 20 5月, 2021 1 次提交
    • C
      Add complex template type (#32857) · 738bf20e
      chentianyu03 提交于
      * add complex template file
      
      * add numtraits for complex template
      
      * add complex template type register
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * make TensorCheckerVisitor support complex type
      
      * fix operator= error
      
      * add complex template
      
      * add complex template type
      
      * add complex template type to pyarray transform
      
      * add complex template type to pyarray transform
      
      * remove complex type for dlpack register
      
      * set dlpack supprot complex type
      
      * set dlpack supprot complex type
      
      * set dlpack supprot complex type
      
      * remove explict for complex constructor
      
      * add complex unit test file
      738bf20e
  13. 18 5月, 2021 1 次提交
  14. 17 5月, 2021 2 次提交
  15. 13 5月, 2021 1 次提交
  16. 12 5月, 2021 2 次提交
  17. 11 5月, 2021 2 次提交
  18. 10 5月, 2021 1 次提交
  19. 08 5月, 2021 3 次提交
  20. 07 5月, 2021 1 次提交
  21. 06 5月, 2021 1 次提交
  22. 30 4月, 2021 1 次提交
  23. 29 4月, 2021 3 次提交
  24. 28 4月, 2021 3 次提交
    • D
      Nne integration (#32604) · abcb3f54
      denglin-github 提交于
      * Add dlnne engine runtime
      
      * Fix log
      
      * Remove <const_cast> and remove unrelated modify with dlnne, +clang-format
      
      * Fix CMakeList format error
      
      * Add copyright message
      
      * Fix dlnne CMakeList.txt
      
      * Add some paddlepaddle_pass to support more networks
      
      * Fix some format bug
      
      * Add delete dropout_op pass
      
      * Fix some format bug
      
      * Fix format bug
      abcb3f54
    • T
      [PsCore] solve Brpc dep (#32632) · 4ead9a5a
      Thunderbrook 提交于
      * Revert "Revert "[PsCore] optimize performance of large kv (#32535)" (#32599)"
      
      This reverts commit 809ac036.
      
      * brpc dep
      4ead9a5a
    • J
      [oneDNN] Added clearing oneDNN cache per executor (#32499) · ba610761
      Jacek Czaja 提交于
      * - Added clearing oneDNN per executor
      
      * - Executor is nt always having FLAGS_use_mkldnn set to true
      ba610761
  25. 27 4月, 2021 2 次提交