1. 27 12月, 2022 1 次提交
  2. 23 12月, 2022 2 次提交
    • C
      fix matmul double and triple grad (#48779) · 13c4fd59
      Charles-hit 提交于
      * fix matmul double and triple grad
      
      * remove some comment
      
      * add matmul_double_grad unit test
      
      * fix matmul triple grad
      
      * fix dot triple grad and add unit test
      
      * modify codestyle
      
      * fix dot_grad
      
      * refactor dot triple grad
      
      * disable some unit test
      
      * fix unit test
      
      * fix unit test in double grad
      13c4fd59
    • H
      add rnn-t loss and api (#49199) · c088f9ec
      Hui Zhang 提交于
      * add warp transducer code
      c088f9ec
  3. 22 12月, 2022 1 次提交
  4. 19 12月, 2022 1 次提交
  5. 15 12月, 2022 1 次提交
  6. 09 12月, 2022 1 次提交
  7. 08 12月, 2022 1 次提交
  8. 06 12月, 2022 1 次提交
  9. 05 12月, 2022 1 次提交
  10. 02 12月, 2022 1 次提交
    • J
      [Eager] Optimize Grad by prune useless branch (#47827) · d1e93be1
      Jiabin Yang 提交于
      * [Eager] Fix paddle.grad interface
      
      * [Eager] Support minimum SubGraph for GeneralGrad
      
      * Add needed_nodes to prune grad graph more thoroughly
      
      * [Eager] Add grad_node_trans_mapping_ to record which grad_node has been transformed to AccumulationNode
      
      * [Eager] Fix paddle.grad interface
      
      * Polish code
      
      * remove potential_stop_node
      
      * Add endding_nodes to enhance genSugraph logic
      
      * clear endding_nodes_
      
      * polish code
      
      * rename endding_nodes to endding_nades_
      
      * Refactor grad interface
      
      * Add register_hook case to fix coverage-ci
      
      * Fix code format
      
      * Refactor general_grad
      
      * Add more code comments
      
      * call clear directly to release GradSlotMeta
      
      * fix a mistake
      
      * fix matmul/ multiply kernel logic and optional input in yaml, fill zeros logic and so on.
      
      * fix batch_norm_double_grad yaml optional config
      
      * fix tanh_triple_grad yaml and kernels
      
      * fix MultiplyTripleGradKernel optional logic
      
      * fix merge mistake
      
      * fix compile error
      
      * remove legacy attr for bn
      
      * polish code
      
      * fix some kernel
      
      * merge develop
      
      * fix error
      
      * remote log
      
      * fix kernel with full like
      
      * hide value log behind
      
      * hide value log behind
      
      * fix matmul_triple grad
      Co-authored-by: NWeilong Wu <veyron_wu@163.com>
      d1e93be1
  11. 30 11月, 2022 1 次提交
  12. 28 11月, 2022 1 次提交
  13. 23 11月, 2022 2 次提交
  14. 22 11月, 2022 1 次提交
  15. 21 11月, 2022 1 次提交
  16. 17 11月, 2022 2 次提交
  17. 16 11月, 2022 1 次提交
  18. 14 11月, 2022 1 次提交
  19. 11 11月, 2022 1 次提交
  20. 10 11月, 2022 4 次提交
  21. 09 11月, 2022 3 次提交
  22. 08 11月, 2022 3 次提交
  23. 04 11月, 2022 1 次提交
    • C
      Add sin double grad operator. (#47543) · 297f5efe
      cyber-pioneer 提交于
      * add sin double grad operator
      
      * add sin double grad test example
      
      * move sindoublegradopmaker to backward.yaml
      
      * fix sindoublegrad code
      
      * simplify sindoublegrad functor
      297f5efe
  24. 03 11月, 2022 1 次提交
  25. 01 11月, 2022 3 次提交
    • Y
      [PHI]Standardise some C++ API (Part2) (#47510) · 399047d7
      YuanRisheng 提交于
      * standard_api
      
      * add hardtanh
      399047d7
    • X
      [EinsumOp] Einsum support complex grad (#47514) · e930c576
      xiongkun 提交于
      * Einsum Support Complex
      
      * code fix
      
      * add unittest for complex grad with einsum
      
      * set rtol=1e-4
      
      * fix
      e930c576
    • C
      Adapting device-specific Extra Attributes for the PHI kernel (#46342) · c923e6c9
      Chen Weihang 提交于
      * add extra attr property set
      
      * add type_info for all context
      
      * add onednn context to all context
      
      * fix context compile error
      
      * simplify conv kernel args
      
      * pass runtime attr into dev_ctx
      
      * fix marco error
      
      * clear conv_grad_kernel extra args
      
      * merge conv_grad_grad into conv_grad
      
      * clear conv2d_grad_grad extra attrs
      
      * clear yaml and eager extra attr
      
      * fix conv1d error
      
      * change to thread local
      
      * fix npu compile failed
      
      * try to fix windows compile failed
      
      * add conv2d onednn phi kernel
      
      * fix ci bugs (#36)
      
      * fix compile bugs (#38)
      
      * fix extra input transform bug (#39)
      
      * support dynamic created attr (#40)
      
      * reset extra info gen code
      
      * rm conv_grad_grad kernel
      
      * reimpl pass attr adapting
      
      * add int attr support
      
      * remove vector inputnames creating
      
      * fix map at error
      
      * Update paddle/phi/kernels/onednn/conv_grad_kernel.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      
      * remove useless extra attrs
      
      * replace mkldnn_engine by onednn_engine
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      c923e6c9
  26. 31 10月, 2022 3 次提交