1. 30 9月, 2022 1 次提交
    • S
      support pure bfloat16 for more ops (#46364) · b7b231a6
      sneaxiy 提交于
      * support pure bfloat16
      
      * support bf16 linear
      
      * update PR to pass CI
      
      * tiny fix where_grad_kernel.cu
      
      * add bfloat16 to selu_grad to pass CI
      
      * fix selu grad compilation error
      b7b231a6
  2. 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
  3. 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
  4. 26 9月, 2022 1 次提交
  5. 23 9月, 2022 2 次提交
  6. 22 9月, 2022 1 次提交
  7. 21 9月, 2022 3 次提交
  8. 20 9月, 2022 4 次提交
  9. 19 9月, 2022 3 次提交
  10. 18 9月, 2022 1 次提交
  11. 16 9月, 2022 2 次提交
  12. 15 9月, 2022 2 次提交
  13. 14 9月, 2022 2 次提交
  14. 13 9月, 2022 2 次提交
  15. 09 9月, 2022 2 次提交
  16. 07 9月, 2022 2 次提交
  17. 06 9月, 2022 4 次提交
  18. 05 9月, 2022 1 次提交
  19. 02 9月, 2022 2 次提交
  20. 01 9月, 2022 1 次提交
    • H
      [phi] Migrate uniform_random XPU kernel to PHI (#45583) · ded33b58
      HongyuJia 提交于
      * copy kernel file to phi
      
      * delete some code
      
      * migrate uniform_random, test=kunlun
      
      * fix input error, test=kunlun
      
      * fix gpu register error, test=kunlun
      
      * add include file, test=kunlun
      
      * try fix error from CI, test=kunlun
      
      * polish other PR
      
      * fix CI-coverage error, test=kunlun
      ded33b58