1. 03 6月, 2020 2 次提交
  2. 02 6月, 2020 1 次提交
  3. 01 6月, 2020 1 次提交
  4. 27 5月, 2020 2 次提交
  5. 26 5月, 2020 1 次提交
  6. 25 5月, 2020 2 次提交
  7. 20 5月, 2020 1 次提交
  8. 19 5月, 2020 2 次提交
  9. 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
  10. 14 5月, 2020 1 次提交
  11. 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
  12. 11 5月, 2020 2 次提交
  13. 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
  14. 06 5月, 2020 2 次提交
  15. 30 4月, 2020 3 次提交
  16. 29 4月, 2020 1 次提交
  17. 28 4月, 2020 1 次提交
  18. 27 4月, 2020 3 次提交
  19. 26 4月, 2020 3 次提交
    • L
      improve efficiency of runtime InferVarType (#22778) · 9a93f6aa
      liuwei1031 提交于
      * save InferVarType changes, test=develop
      
      * remove code comments, test=develop
      
      * tweak code, test=develop
      
      * fix compilation warning, update merge_ids_op split_ids_op to new interface, test=develop
      
      * modify fused_bn_activation_op, test=develop
      
      * fix error of fused_bn_activation_op, test=develop
      
      * fix PADDLE_ENFORCE and unittest coverage issue, test=develop
      
      * tweak PADDLE_ENFORCE messages, test=develop
      
      * improve unittest coverage, test=develop
      
      * add StaticGraphInferVarType class, test=develop
      
      * rebase develop branch, test=develop
      
      * fix unittest error, test=develop
      
      * remove comments, test=develop
      
      * improve unittest coverage, test=develop
      
      * imporve error message and imporve unittest coverage, test=develop
      
      * upgrade InferVarType API, test=develop
      
      * tweak pyfunc error message, test=develop
      
      * fix compilation conflict - save_combine_op, test=develop
      9a93f6aa
    • W
      Fusion group optimize for cuda codegen(#23940) · 22708640
      wangchaochaohu 提交于
      22708640
    • S
      opt the postprocess, test=develop (#24155) · 94dfb7d7
      ShenLiang 提交于
      94dfb7d7
  20. 25 4月, 2020 1 次提交
  21. 24 4月, 2020 4 次提交
  22. 23 4月, 2020 1 次提交
  23. 22 4月, 2020 2 次提交