1. 30 11月, 2022 1 次提交
  2. 29 11月, 2022 8 次提交
  3. 28 11月, 2022 10 次提交
  4. 25 11月, 2022 2 次提交
  5. 24 11月, 2022 8 次提交
  6. 23 11月, 2022 5 次提交
  7. 22 11月, 2022 3 次提交
  8. 21 11月, 2022 3 次提交
    • S
      [PHI] Migrate mul_grad kernel (#48061) · 55f6fb3d
      Sławomir Siwek 提交于
      * cleanup unused code
      
      * unify is_int8 is_bfloat16
      
      * Simplify matmul_v2 FWD kernel
      
      * remove RunKernel methods
      
      * remove import namespace
      
      * remove headers
      
      * clean fluid/phi cross imports
      
      * remove fluid axpy_handler
      
      * delete fluid methods
      
      * activations
      
      * OneDNNMemDesc
      
      * MKLDNNFormatForSize
      
      * MatchShapeToLayout
      
      * MKLDNNMemoryFormat
      
      * MKLDNNFormat
      
      * ReorderMKLDNNHandler
      
      * to_void_cast
      
      * review suggestions
      
      * interpolate
      
      * remove fluid depedency
      
      * init
      
      * ExecuteMatMulV2
      
      * rm fluid kernel
      
      * matmul_grad
      
      * remove mutable_data
      
      * mul_grad
      55f6fb3d
    • W
      refine reduce_all (#48133) · 56f15c43
      wanghuancoder 提交于
      * refine reduce_all
      56f15c43
    • Z
      Fix wrong eigen header include in data_type.h (#48157) · 70589379
      zyfncg 提交于
      * Fix wrong eigen header include
      
      * fix compile bug
      70589379