diff --git a/compiler/graph/build/model_builder.cc b/compiler/graph/build/model_builder.cc
index 2f0f44fde..9f4a0f379 100644
--- /opt/cloud/agent_1766041207741_AFIFq/workspace/j_e9eUjVsl/compiler/graph/build/model_builder.cc
+++ /opt/cloud/agent_1766041207741_AFIFq/workspace/j_e9eUjVsl/compiler/graph/build/model_builder.cc
@@ -1160,6 +1160,7 @@
   GE_ASSERT_SUCCESS(stream_allocator_.AssignLogicalStreams(stream_max_parallel_num_, hcom_parallel_),
                     "[Assign][LogicalStreams] failed. graph:%s", compute_graph_->GetName().c_str());
   GE_COMPILE_TRACE_TIMESTAMP_END(AssignLogicalStreams, "GraphBuilder::AssignLogicalStreams");
+  GE_DUMP(compute_graph_, "AfterAssignLogicalStreams");
 
   // Assign functional op labels.
   auto root_graph = GraphUtils::FindRootGraph(compute_graph_);

