1. 18 6月, 2020 1 次提交
  2. 09 6月, 2020 2 次提交
  3. 03 6月, 2020 2 次提交
  4. 02 6月, 2020 1 次提交
  5. 20 5月, 2020 1 次提交
  6. 19 5月, 2020 1 次提交
  7. 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
  8. 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
  9. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  10. 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
  11. 06 5月, 2020 1 次提交
  12. 30 4月, 2020 1 次提交
  13. 28 4月, 2020 1 次提交
  14. 27 4月, 2020 1 次提交
  15. 26 4月, 2020 2 次提交
    • 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
  16. 25 4月, 2020 1 次提交
  17. 24 4月, 2020 2 次提交
  18. 23 4月, 2020 1 次提交
  19. 22 4月, 2020 1 次提交
  20. 19 4月, 2020 1 次提交
  21. 14 4月, 2020 1 次提交
  22. 13 4月, 2020 2 次提交
  23. 11 4月, 2020 2 次提交
  24. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  25. 08 4月, 2020 4 次提交
  26. 05 4月, 2020 1 次提交
  27. 03 4月, 2020 2 次提交
  28. 02 4月, 2020 2 次提交