1. 27 3月, 2022 1 次提交
    • H
      Move slice to phi (#40736) · b8236b7b
      hong 提交于
      * move slice to pten
      
      * merge develop; test=develop
      
      * fix slice bug;
      
      * update
      
      * update
      
      * fix error
      
      * update
      
      * fix bug
      
      * polish code
      
      * polish code
      
      * polish code
      
      * try to fix windows bug
      
      * add gpu compile flag;
      
      * try to fix
      
      * remov template;
      
      * polish code;
      
      * fix npu bug;
      
      * fix npu bug
      
      * fix npu bug; test=develop
      
      * fix slice bug;
      
      * remove no need dep
      b8236b7b
  2. 26 3月, 2022 1 次提交
  3. 25 3月, 2022 6 次提交
  4. 24 3月, 2022 4 次提交
  5. 23 3月, 2022 7 次提交
  6. 22 3月, 2022 4 次提交
    • H
      Change bn muable data to phi (#40748) · d9a41fc4
      hong 提交于
      * move mutable_data to context alloc
      
      * move mutable_data to context alloc
      
      * remvoe duplicate code
      d9a41fc4
    • H
      Move embedding to phi (#39901) · 0331cfda
      hong 提交于
      * move embeding to phi;
      
      * update sig; test=develop
      
      * move reset impl to phi; test=develop
      
      * remove old register; test=develop
      
      * fix cpu bf16 bug; test=develop
      
      * fix lookup speed error
      
      * polish code
      
      * fix paddle throw type
      0331cfda
    • C
      [Phi] Move reverse kernel and infershape into phi (#40791) · 7fc0c619
      Chen Weihang 提交于
      * add reverse phi kernel
      
      * add reverse infermeta
      
      * remove original reverse op kernl & infershape
      7fc0c619
    • S
      [phi] Update graph_send_recv OP (#40509) · 67b46e45
      Siming Dai 提交于
      * add out_size shape for graph_send_recv
      
      * fix bug in register kernel: no const int& support
      
      * add out_size in infermeta
      
      * change unittest
      
      * fix unittest
      
      * fix out_size default value
      
      * fix doc
      
      * delete arg mapping
      
      * add sig
      
      * move -1 to 0
      
      * move -1 to 0
      67b46e45
  7. 21 3月, 2022 6 次提交
    • 0
      Refine to_tensor for eager mode and support gpu_pinned (#40535) · 45d1fb8d
      0x45f 提交于
      * Refine to_tensor for eager mode
      
      * support gpu_pinned
      
      * refine code
      
      * support gpu_pinned copy_to
      
      * fix layer.__setattr__
      
      * support to_tensor for gpu_pinned
      
      * fix unit test
      
      * refine gpu_pinned
      
      * restore the original code
      
      * add is_gup_pinned() and refine eager.Tensor._copy_to()
      45d1fb8d
    • N
      Support MaskedSelectGrad op with Kernel Primitive API (#40617) · f53db251
      niuliling123 提交于
      * Support MaskedSelectGrad op with Kernel Primitive API
      f53db251
    • C
      [Phi]add pad3d kernel into phi (#40701) · 382e460b
      chentianyu03 提交于
      * add pad3d kernel into phi
      
      * add pad3d infermeta
      
      * fix build error
      
      * remove raw pad3d infershape function
      382e460b
    • F
      Move conv-transpose OPs to phi (#40675) · 1eb96eec
      From00 提交于
      * Move conv-transpose OPs to phi
      
      * Fix CI errors
      
      * Fix CI errors
      1eb96eec
    • F
      Move frobenius_norm OP to phi (#40707) · 564dcd52
      From00 提交于
      564dcd52
    • H
      Add yaml config part0 (#40020) · cc853e95
      hong 提交于
      * add add yaml
      
      * add elementwise add yaml; test=develop
      
      * add norm
      
      * update
      
      * add some yaml config; test=develop
      
      * fix bug; test=develop
      
      * fix compare error; test=develop
      
      * revert erger_gen.py
      
      * update; test=deveop
      
      * remove usless code; test=deveop
      
      * fix bug; test=develop
      
      * fix test error; test=develop
      
      * remove int_type; test=develop
      
      * fix type error; test=develop
      
      * format; test=develop
      
      * remove type register; test=develop
      
      * polish code; test=develop
      
      * fix ci error; test=develop
      cc853e95
  8. 19 3月, 2022 1 次提交
  9. 18 3月, 2022 3 次提交
  10. 17 3月, 2022 6 次提交
  11. 16 3月, 2022 1 次提交