From fcdc6777b605908c40ac5f3eba7f97f03ba3ffcf Mon Sep 17 00:00:00 2001 From: Shijie <505749828@qq.com> Date: Fri, 14 Oct 2022 10:34:29 +0800 Subject: [PATCH] Update distributed_strategy.proto (#46531) --- paddle/fluid/framework/distributed_strategy.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/framework/distributed_strategy.proto b/paddle/fluid/framework/distributed_strategy.proto index 3fd7a994a62..25f6ff8355d 100755 --- a/paddle/fluid/framework/distributed_strategy.proto +++ b/paddle/fluid/framework/distributed_strategy.proto @@ -123,6 +123,7 @@ message BuildStrategy { optional bool allow_cuda_graph_capture = 14 [ default = false ]; optional int32 reduce_strategy = 15 [ default = 0 ]; optional bool fuse_gemm_epilogue = 16 [ default = false ]; + optional string debug_graphviz_path = 17; } message ExecutionStrategy { -- GitLab