diff --git a/torch_npu/csrc/aten/ops/DivKernelNpu.cpp b/torch_npu/csrc/aten/ops/DivKernelNpu.cpp index a033c8c511ec970d4f86479c82c8449f664c9794..822bee2385f981cdb8f6696af57d9fa39b7eae0a 100644 --- a/torch_npu/csrc/aten/ops/DivKernelNpu.cpp +++ b/torch_npu/csrc/aten/ops/DivKernelNpu.cpp @@ -22,7 +22,6 @@ namespace at_npu { namespace native { - at::Tensor &div_scalar_out_npu(const at::Tensor &self, const at::Scalar other, at::Tensor &result) { auto unified_result = OpPreparation::binary_op_check(result, self, other, true);