1. 18 11月, 2022 1 次提交
    • J
      fix device id issue for xpu eager mode (#48076) · 3b18d96b
      james 提交于
      * fix device id issue for xpu eager
      
      xpu device id is not correctly set in eager mode, thus vars are on dev0 unless
      XPUDeviceGurad is called, leading to this error message for all node rank != 0:
      "NotImplementedError: (Unimplemented) Place Place(xpu:0) is not supported."
      
      * fix typo
      
      * fix pybind error
      3b18d96b
  2. 17 11月, 2022 2 次提交
  3. 16 11月, 2022 2 次提交
  4. 14 11月, 2022 4 次提交
  5. 10 11月, 2022 4 次提交
  6. 09 11月, 2022 4 次提交
    • W
      Get grads from cpp for optimizer to avoid gpu idel time (#47709) · 261ebb0c
      WangZhen 提交于
      * Get params and grads in cpp to avoid gpu idel time
      
      * Using python param instead of cpp return param to fix test_asp_optimize_dynamic.py
      
      * Get grads from cpp and construct params_grads on python
      
      * Check meta and remove comments
      261ebb0c
    • P
      Enable fc passes (#45704) · 7e914386
      Paulina Gacek 提交于
      * Analysis API interface for disabling fc passes
      
      * Unit tests corrected
      
      * Python API added
      
      * test runs only when PADDLE_WITH_MKLDNN
      
      * Fc op changed to relu in matmul_op_test
      
      * Disable fc passes in tests where acc drops
      
      * code formating
      
      * Unit test for analysisConf added
      
      * Unit test gpu added
      
      * fc passes disabled when iterations=0 in gru test
      
      * style
      
      * passes disabled when fp32 in gru test
      
      * fc passes disabled in lstm test
      
      * Import from inference, not fluid in doc
      7e914386
    • W
      refactor: ProcessGroupNCCL (#47740) · ae14bad1
      Wen Sun 提交于
      ae14bad1
    • W
      refine python call error report (#47724) · 5c7fce47
      wanghuancoder 提交于
      * refine python call error report
      5c7fce47
  7. 08 11月, 2022 2 次提交
  8. 07 11月, 2022 4 次提交
  9. 04 11月, 2022 1 次提交
  10. 03 11月, 2022 1 次提交
  11. 01 11月, 2022 3 次提交
  12. 31 10月, 2022 1 次提交
  13. 28 10月, 2022 2 次提交
  14. 27 10月, 2022 1 次提交
    • L
      make all cpp tests dynamic linked to libpaddle.so [except windows] (#47088) · 2096448b
      Leo Chen 提交于
      * make all cpp tests dynamic linked to libpaddle.so
      
      * add comments
      
      * keep old cc_test for some tests
      
      * fix some ut
      
      * make some ut use cc_test_old
      
      * fix typos and fit for win32
      
      * fix lib path
      
      * fix some tests
      
      * skip lite test
      
      * fit for rocm
      
      * fit for cinn
      
      * fit for mac
      
      * fit for win32
      
      * skip inference ut
      
      * skip  windows
      
      * fix coverage
      2096448b
  15. 26 10月, 2022 4 次提交
  16. 24 10月, 2022 1 次提交
  17. 23 10月, 2022 1 次提交
  18. 21 10月, 2022 1 次提交
  19. 20 10月, 2022 1 次提交