• 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
full_kernel.cc 3.2 KB