diff --git a/torch_npu/csrc/aten/ops/op_api/GcdKernelNpuOpApi.cpp b/torch_npu/csrc/aten/ops/op_api/GcdKernelNpuOpApi.cpp index 856ee2f0b351cadc3d33d9aca351f739ff2a4252..6f56d2153cac225dcf59a215bc11ca201bd6eb2e 100644 --- a/torch_npu/csrc/aten/ops/op_api/GcdKernelNpuOpApi.cpp +++ b/torch_npu/csrc/aten/ops/op_api/GcdKernelNpuOpApi.cpp @@ -23,6 +23,7 @@ namespace native { at::Tensor& NPUNativeOpApiFunctions::gcd_out(const at::Tensor& self, const at::Tensor& other, at::Tensor& result) { DO_COMPATIBILITY(aclnnGcd, NPUNativeFunctions::gcd_out(self, other, result)); at::IntArrayRef output_size; + std::cout<<"lol"<