1. 21 9月, 2022 3 次提交
    • Y
      migrate add_n kernel to phi (#46318) · 0f9dde43
      ykkk2333 提交于
      * migrate sigmoid with cross entropy, and tile xpu kernels to phi, test=kunlun
      
      * migrate add_n kernep to phi, test=kunlun
      0f9dde43
    • 5
      optimization of depthwise_conv2d grad (#46332) · 18650db3
      5u13 提交于
      18650db3
    • P
      [PHI] Migrate concat+grad, expand+grad, fill_constant, nearest_interp and... · 3d59fee5
      Piotr Paturej 提交于
      [PHI] Migrate concat+grad, expand+grad, fill_constant, nearest_interp and bilinear_interp oneDNN kernels (#45863)
      
      * Migrate concat+grad, expand+grad, fill_constant, nearest_interp_v2 and bilinear_interp_v2 oneDNN kernels to PHI
      
      * Remove old namespace variable
      
      * Fix invalid out dims error
      
      * Add mutable_data method to concat output
      
      * Add check for -1 dim before computing out_dims
      
      * Capitalize oneDNNGetDataType function name
      
      * Change fill_constant kernel to correct PHI kernel
      
      * Attempt to fix dims error
      
      * Fix fill_constant (full) kernel
      3d59fee5
  2. 20 9月, 2022 13 次提交
  3. 19 9月, 2022 6 次提交
  4. 18 9月, 2022 1 次提交
  5. 17 9月, 2022 1 次提交
    • G
      Fix bug of reduce_sum op. (#46045) · 28b4240b
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Fix some problems.
      1. Change fluid head files to phi files.
      2. Delete useless code.
      3. Fix code style problems.
      
      * Fix some code style problems.
      
      * Fix some code style problems.
      28b4240b
  6. 16 9月, 2022 2 次提交
  7. 15 9月, 2022 5 次提交
  8. 14 9月, 2022 8 次提交
  9. 13 9月, 2022 1 次提交