1. 20 9月, 2022 2 次提交
  2. 19 9月, 2022 6 次提交
  3. 18 9月, 2022 1 次提交
  4. 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
  5. 16 9月, 2022 2 次提交
  6. 15 9月, 2022 5 次提交
  7. 14 9月, 2022 8 次提交
  8. 13 9月, 2022 3 次提交
  9. 09 9月, 2022 7 次提交
  10. 08 9月, 2022 2 次提交
  11. 07 9月, 2022 3 次提交
    • C
      [Phi] Migrate save kernel (#45665) · fc66fdb7
      Chen Weihang 提交于
      * add save kernel
      
      * add save_sr_kernel
      
      * remove original save_op
      
      * add save gpu kernel
      
      * remove combine kernel
      
      * add port.h include
      
      * add save selected rows test
      
      * remove useless kernel.h
      fc66fdb7
    • H
      [XPU] update xdnn to 0907. (#45777) · 1e981d0d
      houj04 提交于
      * [XPU] update xdnn to 0906. test=kunlun
      
      * [XPU] update xdnn to 0907. test=kunlun
      1e981d0d
    • P
      [PHI] Migrate reduce sum+grad, mean+grad, min and max oneDNN kernels (#45536) · 22255528
      piotrekobi 提交于
      * gaussian random
      
      * mkldnn to onednn renaming
      
      * fix merge conflicts
      
      * Migrate reduce_op oneDNN kernels to phi
      
      * Remove unnecessary header
      
      * remove fluid code
      
      * onednn renaming
      
      * Change std::vector<int64_t> to IntArray
      
      * Fix code style
      
      * Move classes from mkldnn_reuse.h to onednn_reuse.h
      
      * Move more functions from mkldnn_helper.h to onednn_helpper.h
      
      * Change MKLDNN to OneDNN in VLOG message
      
      * Implement reviewer suggestions
      Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
      22255528