diff --git a/tf_adapter/kernels/geop_npu.cc b/tf_adapter/kernels/geop_npu.cc index 45008c9a8136d0a74c272039ba1467faac6b3b6b..20807bcb3d8eb4926decdae4b631641ba505476f 100644 --- a/tf_adapter/kernels/geop_npu.cc +++ b/tf_adapter/kernels/geop_npu.cc @@ -1099,7 +1099,8 @@ Status GeOp::AddGraph(OpKernelContext *ctx, const uint32_t &graph_id) { } SetReuseOptions("ge.exec.outputReuseMemIndexes", ctx->num_outputs(), sess_options_, init_options_, graph_options); - ADP_LOG(EVENT) << "[GEOP] call ge session add graph jit_compile: " << jit_compile_; + ADP_LOG(EVENT) << "[GEOP] call ge session add graph jit_compile: " + << jit_compile_ << ", graph_id: " << graph_id; graph_options["ge.exec.graphIOMemAllocMode"] = "ByGE"; const auto graph_option_ascend_string = ChangeStringToAscendString(graph_options);