1. 24 10月, 2022 1 次提交
  2. 23 10月, 2022 1 次提交
  3. 20 10月, 2022 1 次提交
  4. 19 10月, 2022 2 次提交
  5. 18 10月, 2022 1 次提交
    • Z
      [code-gen] Support code-gen for opmaker of sparse op (#46993) · bdd3dde3
      zyfncg 提交于
      * support generating code of opmaker for backward op invoke forward op
      
      * gsupport code-gen of opmaker for sparse op
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * fix code_gen bug
      
      * fix bug
      
      * fix kernel signature code-gen
      
      * fix complie bug of VarType
      
      * fix complie bug of VarType
      
      * fix test_sparse_conv_op
      
      * fix test_sparse_norm_op
      bdd3dde3
  6. 17 10月, 2022 2 次提交
  7. 14 10月, 2022 1 次提交
  8. 12 10月, 2022 2 次提交
  9. 11 10月, 2022 3 次提交
  10. 10 10月, 2022 2 次提交
  11. 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
  12. 27 9月, 2022 1 次提交
  13. 23 9月, 2022 2 次提交
  14. 21 9月, 2022 2 次提交
  15. 20 9月, 2022 2 次提交
  16. 19 9月, 2022 2 次提交
  17. 17 9月, 2022 1 次提交
  18. 16 9月, 2022 1 次提交
  19. 15 9月, 2022 2 次提交
  20. 14 9月, 2022 4 次提交
  21. 09 9月, 2022 2 次提交
  22. 08 9月, 2022 1 次提交
  23. 06 9月, 2022 1 次提交
  24. 05 9月, 2022 1 次提交
  25. 02 9月, 2022 1 次提交
    • X
      [ Dy2Static ] transfer list into tensor array at runtime. (#45594) · 3be7f495
      xiongkun 提交于
      * 1. make list transformer into jit form.
      2. fix some bugs in tensor_array, such as append.
      3. enhance the function analysis visitor to recognize push/pop.
      4. add setter/getter helper to deal with 2+ name sets.
      
      * fix ci errors:
      1. add to_tensor_array logic in convert_cond
      2. fix IfExpr error.
      3. fix erros while return_names or push_pop_names is None
      4. fix slice error in a[i]=1 where a is tensor_array
      5. add pop interface in Variable
      3be7f495