1. 19 9月, 2022 4 次提交
  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 2 次提交
    • 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