1. 29 8月, 2022 2 次提交
    • C
      support backward refuse forward dygraph (#45250) · 7cf7084b
      Charles-hit 提交于
      * support refuse forward dygraph
      
      * modify backward api exponential__grad yaml
      
      * remove print code
      
      * 当反向复用前向时进行需不需要更高阶的反向判断,如果不需要调用c++ api,需要的话则调用前向动态图生成反向节点
      
      * fix some backward bugs
      
      * modify the generated dygraph function name
      7cf7084b
    • W
      [Eager] Pylayer set grad (#45452) · edc9952c
      wanghuancoder 提交于
      * pylayer set has grad with create_graph
      edc9952c
  2. 26 8月, 2022 1 次提交
  3. 25 8月, 2022 1 次提交
  4. 24 8月, 2022 2 次提交
  5. 19 8月, 2022 1 次提交
    • C
      fix some auto code generation bugs (#45232) · 9556c688
      Charles-hit 提交于
      * 修复生成动态图代码时,如果输出没有配置名字,会导致下标越界的问题。
      
      * decide forward_return[0] is not none
      
      * 修改反向yaml前向输出只有一个时,未配置名字,那么输出自动生成为out
      
      * modify code style
      9556c688
  6. 17 8月, 2022 2 次提交
  7. 16 8月, 2022 1 次提交
    • W
      [Eager] Forword only add dygraph func (#45153) · 933db9d4
      Weilong Wu 提交于
      * [Eager draft] forward_only interface migrate to autograd_api
      
      * strings api add dygraph forward function
      
      * rm useless comments
      
      * draft version for check CI
      
      * fix ci
      
      * forward-only no need compute_require_grad and pass stop_gradient, rm useless comments
      
      * polish yaml and using CPUPlace = phi::CPUPlace
      
      * rm useless comments
      
      * polish yaml and update some test case
      
      * rm useless funcs
      
      * polish eager_gen code
      
      * polish code
      933db9d4
  8. 12 8月, 2022 1 次提交
    • H
      [phi] Transfer linear_interp_v2 yaml to phi (#45072) · c737232f
      HongyuJia 提交于
      * support optional<vector<Tensor>> in yaml and eager
      
      * delete useless comments in eager_gen.py
      
      * fix api_base.py support optional<vector<TTensor>>
      
      * python_c_gen.py support optional<vector<tensor>>
      
      * transfer linear_interp_v2 yaml from fluid to phi
      
      * fix op_test typo error
      
      * change linear_interp_v2 testcase
      
      * fix args in final_state_linear_interp_v2
      
      * fix zeropad2d typo. test=document_fix
      c737232f
  9. 11 8月, 2022 1 次提交
  10. 10 8月, 2022 1 次提交
  11. 09 8月, 2022 1 次提交
  12. 08 8月, 2022 2 次提交
  13. 07 8月, 2022 1 次提交
  14. 03 8月, 2022 2 次提交
  15. 02 8月, 2022 1 次提交
  16. 01 8月, 2022 1 次提交
    • L
      unify gpu context (#44740) · 86763023
      Leo Chen 提交于
      * remove cudaDeviceContext
      
      * remove more template
      
      * fix rocm compile
      
      * remove alias name CUDADeviceContext
      
      * fix compile
      
      * fix tests
      
      * revert changes
      86763023
  17. 29 7月, 2022 2 次提交
  18. 28 7月, 2022 1 次提交
  19. 27 7月, 2022 1 次提交
  20. 26 7月, 2022 1 次提交
  21. 25 7月, 2022 1 次提交
  22. 21 7月, 2022 1 次提交
  23. 19 7月, 2022 2 次提交
  24. 15 7月, 2022 1 次提交
  25. 14 7月, 2022 5 次提交
  26. 13 7月, 2022 3 次提交
  27. 12 7月, 2022 1 次提交