1. 12 7月, 2022 1 次提交
  2. 01 7月, 2022 1 次提交
  3. 15 6月, 2022 1 次提交
  4. 04 6月, 2022 1 次提交
  5. 18 5月, 2022 1 次提交
  6. 11 5月, 2022 1 次提交
    • Z
      [Phi] Change the output format of C++ backward api (Part1) (#42677) · ba71fbea
      zyfncg 提交于
      * change the output format of C++ backward api
      
      * fix merge conflict
      
      * fix sparse api code auto-gen
      
      * fix eager_gen bug
      
      * fix bug of output is null
      
      * fix bug of conv2d_grad_impl
      
      * fix optional grad
      
      * fix bug of eager-gen double_grad
      
      * fix bug
      
      * fix multiply_double_grad bug
      
      * remove node pruning
      ba71fbea
  7. 28 3月, 2022 1 次提交
  8. 18 3月, 2022 1 次提交
  9. 10 3月, 2022 1 次提交
  10. 10 2月, 2022 1 次提交
    • Z
      Added python-c code generation for final state Eager Dygraph (#39233) · 43f84d0f
      Zhanlue Yang 提交于
      * Removed debug info
      
      * Added automatic code generation for final state Eager Dygraph
      
      * Modified backward yaml
      
      * Added EagerUtils helper functions for final state CodeGen
      
      * Adjusted CMakeFiles to support compilation for final state auto generated codes
      
      * Added python-c code generation for final state Eager Dygraph
      
      * Fixed minor issue
      
      * Fixed yaml.load() method failure
      
      * Fixed minor issues
      
      * Refactored Python-C Attributes Parsing Functions
      
      * Fixed minor issue with Python-C AddFunctions
      
      * Fixed issues from merge
      
      * Fixed merge issues
      43f84d0f
  11. 28 1月, 2022 1 次提交
    • Z
      Adjusted CMakeFiles to support compilation for final state auto generated codes (#39215) · 09198b04
      Zhanlue Yang 提交于
      * Removed debug info
      
      * Added automatic code generation for final state Eager Dygraph
      
      * Modified backward yaml
      
      * Added EagerUtils helper functions for final state CodeGen
      
      * Adjusted CMakeFiles to support compilation for final state auto generated codes
      
      * Fixed final state eager codegen
      
      * Fixed CI problems
      
      * Fixed yaml.load() method failure
      
      * Turned final state codegen off for now
      
      * Fixed minor issue
      09198b04
  12. 27 1月, 2022 1 次提交