1. 18 10月, 2022 3 次提交
  2. 17 10月, 2022 3 次提交
  3. 16 10月, 2022 1 次提交
  4. 14 10月, 2022 3 次提交
  5. 13 10月, 2022 4 次提交
  6. 12 10月, 2022 3 次提交
  7. 11 10月, 2022 3 次提交
  8. 10 10月, 2022 4 次提交
  9. 09 10月, 2022 1 次提交
  10. 08 10月, 2022 2 次提交
  11. 30 9月, 2022 1 次提交
  12. 29 9月, 2022 1 次提交
  13. 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
  14. 27 9月, 2022 5 次提交
  15. 26 9月, 2022 1 次提交
  16. 22 9月, 2022 2 次提交
  17. 21 9月, 2022 2 次提交
    • C
      add layer_norm trt fp16 support (#45043) · b7a1ae22
      ccrrong 提交于
      * add fp16 support
      
      * update
      
      * update half
      
      * code format
      
      * fix unittest
      
      * fix rocm compile error
      
      * code format
      
      * code format
      
      * fix rocm compile error
      
      * fix rocm compile error
      b7a1ae22
    • Z
      Enable PaddleInference to use CINN. (#45009) · 3aa6bd57
      Zhen Wang 提交于
      * use cinn in the paddle inference
      
      * fix some cmake errors
      
      * Avoid division by zero in the arange_kernel.
      
      * Avoid dynamic ops.
      
      * Remove some useless codes.
      
      * Use OpTransInfo to encapsulate some codes used in the build_cinn_pass.
      3aa6bd57