1. 01 11月, 2022 2 次提交
    • Y
      [PHI]Standardise some C++ API (Part2) (#47510) · 399047d7
      YuanRisheng 提交于
      * standard_api
      
      * add hardtanh
      399047d7
    • C
      Adapting device-specific Extra Attributes for the PHI kernel (#46342) · c923e6c9
      Chen Weihang 提交于
      * add extra attr property set
      
      * add type_info for all context
      
      * add onednn context to all context
      
      * fix context compile error
      
      * simplify conv kernel args
      
      * pass runtime attr into dev_ctx
      
      * fix marco error
      
      * clear conv_grad_kernel extra args
      
      * merge conv_grad_grad into conv_grad
      
      * clear conv2d_grad_grad extra attrs
      
      * clear yaml and eager extra attr
      
      * fix conv1d error
      
      * change to thread local
      
      * fix npu compile failed
      
      * try to fix windows compile failed
      
      * add conv2d onednn phi kernel
      
      * fix ci bugs (#36)
      
      * fix compile bugs (#38)
      
      * fix extra input transform bug (#39)
      
      * support dynamic created attr (#40)
      
      * reset extra info gen code
      
      * rm conv_grad_grad kernel
      
      * reimpl pass attr adapting
      
      * add int attr support
      
      * remove vector inputnames creating
      
      * fix map at error
      
      * Update paddle/phi/kernels/onednn/conv_grad_kernel.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      
      * remove useless extra attrs
      
      * replace mkldnn_engine by onednn_engine
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      c923e6c9
  2. 31 10月, 2022 4 次提交
  3. 28 10月, 2022 1 次提交
  4. 25 10月, 2022 1 次提交
  5. 24 10月, 2022 2 次提交
  6. 21 10月, 2022 1 次提交
  7. 20 10月, 2022 1 次提交
  8. 19 10月, 2022 2 次提交
  9. 18 10月, 2022 2 次提交
  10. 17 10月, 2022 2 次提交
  11. 13 10月, 2022 4 次提交
  12. 12 10月, 2022 1 次提交
  13. 11 10月, 2022 1 次提交
  14. 10 10月, 2022 3 次提交
  15. 30 9月, 2022 3 次提交
  16. 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
  17. 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
  18. 26 9月, 2022 1 次提交
  19. 23 9月, 2022 2 次提交
  20. 22 9月, 2022 1 次提交
  21. 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