1. 29 9月, 2022 1 次提交
  2. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  3. 27 9月, 2022 5 次提交
  4. 26 9月, 2022 1 次提交
  5. 22 9月, 2022 2 次提交
  6. 21 9月, 2022 4 次提交
  7. 20 9月, 2022 6 次提交
  8. 19 9月, 2022 2 次提交
    • Z
      Fix wrong eigen header include (#46082) · 59a2a987
      zyfncg 提交于
      * fix wrong eigen header include
      
      * fix complie bug
      
      * fix nan_inf_utils_detail
      
      * fix resource_manager
      
      * fix conv_miopen_helper
      59a2a987
    • Y
      [PHI]Move sum op to PHI (#45860) · 4b3f2af1
      YuanRisheng 提交于
      * move sum
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix set_lod bugs
      
      * fix infershape bugs
      
      * fix ci bugs
      
      * fix ci unittest bug
      
      * fix ci bugs
      
      * perfect code
      
      * update code according comment
      
      * add unittest
      
      * fix ci bugs
      4b3f2af1
  9. 18 9月, 2022 1 次提交
  10. 17 9月, 2022 1 次提交
  11. 16 9月, 2022 1 次提交
  12. 15 9月, 2022 2 次提交
  13. 14 9月, 2022 5 次提交
  14. 09 9月, 2022 1 次提交
  15. 08 9月, 2022 5 次提交
  16. 07 9月, 2022 2 次提交
    • W
      Optimiza params sync between CPU and GPU. (#45805) · a2b2af90
      Wilber 提交于
      * enable memory optimize when fp16.
      
      * optimiza params sync between cpu and gpu.
      a2b2af90
    • W
      Layernorm shift partition (#45736) · 960109af
      wenbin 提交于
      * first commit
      
      * conver done
      
      * correct format
      
      * layernorm_shift_partition
      
      * correct convert
      
      * redefine plugin
      
      * runable
      
      * bug fix
      
      * modify ShiftPartitionPattern
      
      * correct
      
      * add UT
      
      * modify ut
      
      * compile
      
      * modify enforce
      
      * modify UT
      960109af