1. 06 9月, 2022 3 次提交
  2. 05 9月, 2022 2 次提交
  3. 02 9月, 2022 2 次提交
  4. 01 9月, 2022 1 次提交
  5. 31 8月, 2022 4 次提交
  6. 30 8月, 2022 5 次提交
  7. 29 8月, 2022 2 次提交
  8. 26 8月, 2022 1 次提交
  9. 25 8月, 2022 3 次提交
  10. 24 8月, 2022 3 次提交
  11. 23 8月, 2022 1 次提交
  12. 22 8月, 2022 2 次提交
  13. 19 8月, 2022 2 次提交
  14. 18 8月, 2022 2 次提交
  15. 16 8月, 2022 1 次提交
  16. 12 8月, 2022 2 次提交
  17. 11 8月, 2022 1 次提交
  18. 10 8月, 2022 1 次提交
  19. 08 8月, 2022 2 次提交
    • H
      move reduce_all_flag from python to c++ (#44926) · 3ed69e0d
      hong 提交于
      * move reduce_all_flag from python to c++
      
      * fix infer shape bug
      
      * fix bug;
      
      * fix sum infer meta bug
      
      * fix reduce sum grad gpu bug
      
      * fix amin amax bug;
      3ed69e0d
    • H
      [phi] Transfer fluid fill_any to PHI fill (#44879) · ad716551
      HongyuJia 提交于
      * transfer kernel, make complete
      
      * add fill_sig file
      
      * fix code style
      
      * fix fill_sig, add yaml, modify python API
      
      * fix inplace, add inplace testcase
      
      * deprecated_op_names append fill
      
      * resolve comments, add test_backward
      ad716551