1. 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
  2. 26 6月, 2022 1 次提交
  3. 19 4月, 2022 1 次提交
  4. 28 2月, 2022 1 次提交
  5. 23 2月, 2022 1 次提交
  6. 20 2月, 2022 1 次提交
  7. 19 2月, 2022 1 次提交
  8. 27 1月, 2022 1 次提交
    • C
      [pten] add full xpu kernel (#39172) · 93839717
      chentianyu03 提交于
      * add full_kernel xpu
      
      * fix full xpu register device type error
      
      * fix full kernel bug
      
      * add fulllike kernel impl and replace with raw kernel
      
      * fix dev_ctx convert template args error
      
      * modify namespace and header file
      
      * add isinf check
      
      * fix input type args in TensorSetConstantXPU error
      93839717
  9. 21 10月, 2021 1 次提交
  10. 29 9月, 2021 1 次提交
  11. 10 8月, 2021 1 次提交
    • Z
      Support npu op fill_any_like (#34518) · e8df3226
      zyfncg 提交于
      * Support npu kernel for fill_any_like op
      
      * modify the description of exception
      
      * remove useless template element
      
      * remove useless decorator
      
      * fix the code format error
      e8df3226