1. 31 3月, 2023 1 次提交
  2. 29 3月, 2023 1 次提交
  3. 23 3月, 2023 1 次提交
  4. 22 3月, 2023 2 次提交
  5. 12 12月, 2022 1 次提交
    • Y
      Enhance check_nan_inf implementation for CPU. (#48591) · 69e695b7
      Yiqun Liu 提交于
      * Enable to print device info.
      
      * Enhance the nan and inf checking for cpu.
      
      * Implement a common print function.
      
      * Unify the check of complex numbers.
      
      * Rewrite the omp method.
      
      * Count and print the number of nan and inf.
      
      * Change the print content.
      
      * Add unittest.
      69e695b7
  6. 29 11月, 2022 1 次提交
  7. 03 11月, 2022 1 次提交
  8. 02 11月, 2022 1 次提交
    • Y
      Improve the tool for checking nan and inf, and support to compute the max, min... · ad39043f
      Yiqun Liu 提交于
      Improve the tool for checking nan and inf, and support to compute the max, min and mean of output tensor. (#47095)
      
      * Improve the tool for checking nan and inf, and support to compute the max, min and mean of output tensor.
      
      * Add a FLAGS to control whether abort when meets inf/nan and polish codes.
      
      * Fix unittest.
      
      * Change the computing of mean.
      ad39043f
  9. 23 10月, 2022 1 次提交
  10. 27 9月, 2022 1 次提交
  11. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  12. 29 4月, 2022 1 次提交
  13. 24 4月, 2022 1 次提交
  14. 02 4月, 2022 1 次提交
  15. 10 6月, 2021 1 次提交
  16. 01 12月, 2020 1 次提交
  17. 22 9月, 2020 1 次提交
    • P
      Use dygraph mode by default (#27443) · 827ac36f
      pangyoki 提交于
      * default open dygraph mode
      
      * fix CI-Mac
      
      * fix Mac-CI other unittest file
      
      * fix CI-Py3
      
      * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass
      
      * add enable_static to fix CI-Py3
      
      * add enable_static to fix CI-coverage
      
      * delete try except
      827ac36f
  18. 12 12月, 2019 1 次提交