1. 18 6月, 2020 1 次提交
  2. 16 6月, 2020 1 次提交
    • H
      Monitor Framework (#24079) · 5822862d
      hutuxian 提交于
      * Add a StatValue class in the backend to represent a stat.
      * Add a singleton StatRegistry to maintain the collection of stats.
      * For the sake of code neatness, we only support type of int and float, which can cover most of the scenarios.
      5822862d
  3. 11 6月, 2020 1 次提交
  4. 10 6月, 2020 1 次提交
    • H
      support CMatchAuc (#24990) · 1c224e26
      hutuxian 提交于
      Support CMatchAucCalculator based on CMatchRankAucCalculator with a new parameter ignore_rank
      1c224e26
  5. 09 6月, 2020 2 次提交
  6. 08 6月, 2020 1 次提交
  7. 04 6月, 2020 2 次提交
  8. 03 6月, 2020 5 次提交
  9. 02 6月, 2020 1 次提交
  10. 01 6月, 2020 1 次提交
  11. 27 5月, 2020 2 次提交
  12. 26 5月, 2020 1 次提交
  13. 25 5月, 2020 2 次提交
  14. 20 5月, 2020 1 次提交
  15. 19 5月, 2020 2 次提交
  16. 18 5月, 2020 1 次提交
    • Y
      Add some check for CUDA Driver API and NVRTC (#22719) · 560c8153
      Yiqun Liu 提交于
      * Add the check for whether CUDA Driver and NVRTC is available for the runtime system.
      
      * Call cuInit to initialize the CUDA Driver API before all CUDA callings.
      test=develop
      
      * Change the behavior when libnvrtc.so can not be found, printing a warning instead of exiting.
      test=develop
      
      * Do not initialize CUDA Driver API for windows and macos.
      test=develop
      
      * Remove the call of cuInit when entering paddle and enable the test_code_generator.
      test=develop
      
      * Add some built-in functions for __half.
      test=develop
      
      * Change save_intermediate_out to false in unittest.
      test=develop
      
      * Fix error reference to tempropary variable when seting including path for device_code.
      test=develop
      560c8153
  17. 14 5月, 2020 1 次提交
  18. 13 5月, 2020 1 次提交
    • J
      [oneDNN] Fix to inplace pass (#24442) · 8b88cd51
      Jacek Czaja 提交于
      * - Disabling inplace pass
      
      test=develop
      
      - Disable cycles
      
      test=develop
      
       - fix
      
      test=develop
      
      - Enhancement to in-place
      
      - Lint fixes
      
      test=develop
      
      * - Lint fixes
      
      test=develop
      8b88cd51
  19. 11 5月, 2020 2 次提交
  20. 08 5月, 2020 2 次提交
    • W
      Enabled quantize all and skip missing in QAT (#24281) · db052009
      Wojciech Uss 提交于
      * Enabled quantize all and skip missing in QAT
      db052009
    • H
      Add Assert Op (#24280) · 8a1a2af8
      Huihuang Zheng 提交于
      1. To make ProgramTranslator to support `assert` grammar, this PR adds `assert` python API and C++ code. 
      
      2. Fix a bug: graph_pattern_detector.h #include <gtest/gtest_prod.h> but didn't declared dependency at CMakeLists, which can cause single build failure.
      
      3. Refactoring `Formatter` in print_op to make it reusable and reuse the formatter to print in assert op.
      8a1a2af8
  21. 06 5月, 2020 2 次提交
  22. 30 4月, 2020 3 次提交
  23. 29 4月, 2020 1 次提交
  24. 28 4月, 2020 1 次提交
  25. 27 4月, 2020 2 次提交