• F
    fix ScaleKernel configuration error where input numel is 0 (#47111) · 38ba5f2e
    FlyingQianMM 提交于
    * fix scale kernel configuration error where input numel is 0
    
    * fix code stype
    
    * add unit test case for scale op when numel of input x is zero
    
    * fix ci codestyle check
    
    * add cpu and gpu unit test case for scale op when numel of input x is zero
    
    * add uninitialized judgment for input of scale
    38ba5f2e
scale_kernel.cu 2.4 KB