1. 22 3月, 2022 2 次提交
    • 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
  2. 21 3月, 2022 4 次提交
  3. 18 3月, 2022 2 次提交
  4. 17 3月, 2022 4 次提交
  5. 16 3月, 2022 7 次提交
  6. 15 3月, 2022 4 次提交
    • X
      [phi] Transfer lgamma, kldiv_loss, isclose, cumprod kernels into phi and pass... · 64223620
      xiongkun 提交于
      [phi] Transfer lgamma, kldiv_loss, isclose, cumprod kernels into phi and pass the tests of these four kernels (#39770)
      
      * tranfer and pass the lgamma unittest
      
      * merge and pass the test
      
      * transfer kldiv_loss and kldiv_loss_grad; pass the unitest
      
      * trafer the isclose and cumprod kernel
      
      * change PT_REGISTER -> PD_REGISTER
      
      * fix by code review
      
      * fix by code review
      
      * fix
      
      * remove enforce include dependence from scalar
      
      * fix
      
      * fix by code review
      
      * fix by code review
      64223620
    • C
      [Phi]move reduce_min/any/all kernel (#40374) · c46e661d
      chentianyu03 提交于
      * add reduce_min kernel
      
      * remove raw reduce_min kernel
      
      * add reduce min
      
      * add reduce any all impl
      
      * add bool reduce Kernel
      
      * remove raw any/all kernel
      
      * add any all kernel
      
      * rm comment
      c46e661d
    • Y
      [Phi]Move Tanh/BRelu/LeakyRelu/ThresholdedRelu Kernels to Phi (#40385) · d7112180
      YuanRisheng 提交于
      * move activation op
      
      * adjust code format
      
      * fix compile bugs
      
      * fix ci bugs
      
      * code format adjust
      
      * code format adjust2
      
      * activate ci status
      
      * modify according to comment
      
      * move activation kernel
      
      * revert relu6
      
      * reduce add code
      
      * perfect use_phi_functor
      
      * completing func name
      
      * fix bugs when run ci
      
      * fix bugs when run infr
      
      * modifpy infrt get kernel signature
      d7112180
    • C
      remove useless head file (#40519) · e7057932
      crystal 提交于
      e7057932
  7. 14 3月, 2022 4 次提交
  8. 13 3月, 2022 1 次提交
  9. 11 3月, 2022 2 次提交
    • zhouweiwei2014's avatar
      [Phi]migrate cholesky_solve op to phi (#40387) · e24ca55e
      zhouweiwei2014 提交于
      e24ca55e
    • C
      [Phi] Reduce grad (#40263) · f452ad5c
      chentianyu03 提交于
      * add reduce_sum grad kernel
      
      * add reduce_grad
      
      * modify reduce grad
      
      * update reduce grad functions
      
      * fix build error
      
      * add argument mapping
      
      * move cast input after grad
      
      * add dims.size=1 cpu reduce_sum grad compute method
      
      * update reduce grad GPU
      
      * remove raw reduce_sum_grad kernel
      
      * modify header files
      
      * add namespace funcs for reduce_grad_funcstions
      f452ad5c
  10. 10 3月, 2022 2 次提交
  11. 09 3月, 2022 5 次提交
  12. 08 3月, 2022 3 次提交