1. 21 10月, 2022 1 次提交
  2. 20 10月, 2022 1 次提交
  3. 19 10月, 2022 2 次提交
  4. 18 10月, 2022 2 次提交
  5. 17 10月, 2022 2 次提交
  6. 13 10月, 2022 4 次提交
  7. 12 10月, 2022 1 次提交
  8. 11 10月, 2022 1 次提交
  9. 10 10月, 2022 3 次提交
  10. 30 9月, 2022 3 次提交
  11. 29 9月, 2022 3 次提交
    • Z
      Move valid check from python to kernel (#46412) · 37bc2d7b
      Zhang Zheng 提交于
      * Move valid check from python to kernel
      
      * fix error throw
      
      * fix
      
      * invalid label check
      
      * fix
      
      * Revert "fix"
      
      This reverts commit 79fad6799cfa4b30423dbc84e67d7d843d22b84a.
      
      * Revert "invalid label check"
      
      This reverts commit 402a9707390ad5386b3222e85844b92d2e9b9fa4.
      
      * Revert "fix"
      
      This reverts commit 09ba3080ee0587447f875c19cdf060485f15ae3b.
      
      * Revert "fix error throw"
      
      This reverts commit a901bfcc2179d5c120ec29af766f392b122dab52.
      
      * Revert "Move valid check from python to kernel"
      
      This reverts commit baa03cc4ef82d8d45516c30dfb52bf5aead30748.
      
      * final fix
      
      * fix
      
      * fix
      37bc2d7b
    • C
      fix P40 topk: Make the optimized topk compatible with P40. (#46547) · 667082c0
      carryyu 提交于
      * fix P40 topk: Make the optimized topk compatible with P40.
      
      * fix P40 topk: Make the optimized topk compatible with P40.
      
      * fix P40 topk: Make the optimized topk compatible with P40.
      667082c0
    • ccab0e2a
  12. 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
  13. 26 9月, 2022 1 次提交
  14. 23 9月, 2022 2 次提交
  15. 22 9月, 2022 1 次提交
  16. 21 9月, 2022 3 次提交
  17. 20 9月, 2022 4 次提交
  18. 19 9月, 2022 3 次提交
  19. 18 9月, 2022 1 次提交
  20. 16 9月, 2022 1 次提交
    • S
      Support broadcast elementwise operators with int64 index type (#45741) · 20b5bf84
      sneaxiy 提交于
      * support int64 non-broadcast
      
      * support broadcast case for int64 index
      
      * fix bug
      
      * support more Arity
      
      * remove some codes
      
      * upgrade patchelf to v0.15.0 to pass CI build
      
      * fix bug
      
      * fix patchelf installation
      
      * add debug flags
      
      * remove useless codes
      
      * fix viterbi_decode and set_value op uts
      
      * remove always enable int64
      20b5bf84