1. 07 7月, 2020 3 次提交
  2. 06 7月, 2020 2 次提交
  3. 02 7月, 2020 2 次提交
  4. 30 6月, 2020 1 次提交
  5. 23 6月, 2020 1 次提交
  6. 21 6月, 2020 1 次提交
  7. 18 6月, 2020 1 次提交
  8. 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
  9. 11 6月, 2020 1 次提交
  10. 10 6月, 2020 1 次提交
    • H
      support CMatchAuc (#24990) · 1c224e26
      hutuxian 提交于
      Support CMatchAucCalculator based on CMatchRankAucCalculator with a new parameter ignore_rank
      1c224e26
  11. 09 6月, 2020 2 次提交
  12. 08 6月, 2020 1 次提交
  13. 04 6月, 2020 2 次提交
  14. 03 6月, 2020 5 次提交
  15. 02 6月, 2020 1 次提交
  16. 01 6月, 2020 1 次提交
  17. 27 5月, 2020 2 次提交
  18. 26 5月, 2020 1 次提交
  19. 25 5月, 2020 2 次提交
  20. 20 5月, 2020 1 次提交
  21. 19 5月, 2020 2 次提交
  22. 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
  23. 14 5月, 2020 1 次提交
  24. 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
  25. 11 5月, 2020 2 次提交
  26. 08 5月, 2020 1 次提交