1. 19 9月, 2022 1 次提交
  2. 17 9月, 2022 1 次提交
  3. 16 9月, 2022 1 次提交
  4. 15 9月, 2022 2 次提交
  5. 09 9月, 2022 3 次提交
  6. 08 9月, 2022 7 次提交
  7. 07 9月, 2022 11 次提交
  8. 06 9月, 2022 9 次提交
  9. 05 9月, 2022 5 次提交
    • Z
      Clear extra attributes of some Op in OpMaker (Part2) (#45684) · 3879f6b8
      zyfncg 提交于
      * remove extra attr of opmaker
      
      * remove extra attr of gru
      
      * revert scale
      
      * fix bug of create_op
      
      * add extra attr checker in infer_shape
      
      * fix gelu
      3879f6b8
    • H
      [phi] Migrate memcpy kernel to PHI, hold NPU op (#45622) · 2f19a364
      HongyuJia 提交于
      * migrate memcpy to phi
      
      * fix typo error
      
      * fix typo error
      
      * fix  bug and testcase
      
      * fix typo, uniform_random_kernel.cc header
      
      * fix Alloc pinned bug
      
      * change GPUContext::GetPinnedPlace
      
      * add GetPinnedPlace function
      
      * add GetPinnedPlace function
      
      * restore default throw error
      
      * fix Unimplemented error
      
      * skip StandaloneExecutor testcase
      
      * delete memcpy_sig
      2f19a364
    • D
      Update DlNNE engine (#45027) · 638965c5
      denglin-github 提交于
      * add config param for enable_dlnne and support calibration mode
      * remove useless file
      * refine code and add annotation
      * refine code of Warnning tips
      638965c5
    • E
      move one_hot_v2, p_norm, p_norm_grad to phi (#45625) · ea50282b
      enzodechine 提交于
      * move one_hot_v2, p_norm, p_norm_grad to phi
      
      * move one_hot_v2, p_norm, p_norm_grad to phi
      
      test=kunlun
      
      * remove unused header file
      
      * remove unused header file
      
      test=kunlun
      ea50282b
    • R
      move elementwise_sub and elementwise_sub_grad XPU kernel to PHI,test=kunlun (#45623) · fb42ba70
      risemeup1 提交于
      * move elementwise_sub and elementwise_sub_grad XPU kernel to PHI,test=kunlun
      
      * modify code style,test=kunlun
      
      * modify elementwise_subtract_grad_kernel.cc,test=kunlun
      
      * modify elementwise_subtract_kernel.cc,test=kunlun
      
      * modify elementwise_subtract_grad_kernel.cc,test=kunlun
      
      * modify elementwise_kernel.cc and elementwise_subtract_kernel.cc,test=kunlun
      
      * modify codestyle,test=kunlun
      
      * modify elementwise_kernel.cc,test=kunlun
      fb42ba70