1. 10 11月, 2022 11 次提交
  2. 09 11月, 2022 10 次提交
  3. 08 11月, 2022 8 次提交
  4. 07 11月, 2022 5 次提交
  5. 04 11月, 2022 6 次提交
    • Z
      Generate static graph code for some activation ops by Yaml (part3) (#47640) · 40cd5271
      zyfncg 提交于
      * generate static graph code for some activation op
      
      * fix bug
      
      * fix infermeta of selected_rows
      40cd5271
    • C
      Add sin double grad operator. (#47543) · 297f5efe
      cyber-pioneer 提交于
      * add sin double grad operator
      
      * add sin double grad test example
      
      * move sindoublegradopmaker to backward.yaml
      
      * fix sindoublegrad code
      
      * simplify sindoublegrad functor
      297f5efe
    • H
      [XPU] add cumsum op. test=kunlun (#47585) · ac2a94c7
      houj04 提交于
      * [XPU] add cumsum op. test=kunlun
      
      * try to fix linker. test=kunlun
      
      * try to fix linker. test=kunlun
      
      * try to fix linker. test=kunlun
      
      * debug. test=kunlun
      
      * update xpu.cmake. remove unnecessary codes. test=kunlun.
      ac2a94c7
    • S
      migrate convs (#47658) · 4a4f3f80
      Sławomir Siwek 提交于
      4a4f3f80
    • P
      [PHI] Migrate pool2d and pool2d_grad kernels (#47423) · ca4bed7b
      Piotr Paturej 提交于
      * 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
      
      * Migrate pool+grad to PHI
      
      * Update paddle/fluid/operators/mkldnn/test_mkldnn_op_nhwc.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      
      * Update paddle/phi/kernels/onednn/pool_grad_kernel.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      
      * Update paddle/phi/kernels/onednn/pool_kernel.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      Co-authored-by: NChen Weihang <chenwhpro@163.com>
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      ca4bed7b
    • S
      [PHI] Migrate softplus kernel (#47406) · 1831919f
      Sławomir Siwek 提交于
      * 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
      
      * remove redundant imports
      
      * migrate softmax
      
      * 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
      
      * merge dev
      
      * fix map at error
      
      * adjust attribute
      
      * adapt funcs to PHI
      
      * init
      
      * adjust imports
      
      * support postops
      
      * format codeblocks
      
      * revert changes to softmax
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      1831919f