1. 19 12月, 2022 2 次提交
  2. 16 12月, 2022 1 次提交
  3. 15 12月, 2022 1 次提交
  4. 14 12月, 2022 1 次提交
  5. 12 12月, 2022 2 次提交
  6. 08 12月, 2022 5 次提交
  7. 07 12月, 2022 1 次提交
  8. 05 12月, 2022 5 次提交
  9. 03 12月, 2022 1 次提交
  10. 02 12月, 2022 2 次提交
    • B
      Split common funcs from reduction and structure modification (#46970) · ef575d6a
      Bo Zhang 提交于
      * profile reduce kernel for fp16 and reduceHigherdim
      
      * use reinterpret_cast
      
      * fix for CI on ROCm
      
      * add Macro for ROCm
      
      * ROCm CI config
      
      * ROCm CI config
      
      * unit test repair
      
      * pull
      
      * add common_funcs.h
      
      * reduceType
      
      * Update reduce_function.h
      
      * not higher
      
      * rename
      ef575d6a
    • 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. 29 11月, 2022 1 次提交
  13. 28 11月, 2022 4 次提交
  14. 25 11月, 2022 1 次提交
    • S
      add bfloat16 support for more ops (#48272) · aaf3a13e
      sneaxiy 提交于
      * add bfloat16 support for more ops
      
      * fix ci compile
      
      * fix windows compile error
      
      * fix windows compile error
      
      * fix rocm compile error
      
      * fix ROCM compile error
      aaf3a13e
  15. 24 11月, 2022 2 次提交
  16. 23 11月, 2022 3 次提交
  17. 22 11月, 2022 1 次提交
  18. 21 11月, 2022 4 次提交
  19. 18 11月, 2022 2 次提交