• 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
reduce_min_kernel.cc 1.5 KB