Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 29e467b

Browse files
ZhennanQinpengzhao-intel
authored andcommitted
Move some subgraph verbose to MXNET_SUBGRAPH_VERBOSE=2 (#16622)
* Move subgraph pass log to verbose=2 * Run CI
1 parent e262455 commit 29e467b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operator/subgraph/build_subgraph.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ nnvm::Graph BuildSubgraph(nnvm::Graph&& g) {
717717
using namespace sg;
718718

719719
const SubgraphPropertyPtr& subg_prop = g.GetAttr<SubgraphPropertyPtr>("subgraph_property");
720-
if (verbose) {
720+
if (verbose > 1) {
721721
const std::string& prop_name = subg_prop->HasAttr("property_name")
722722
? subg_prop->GetAttr<std::string>("property_name")
723723
: "partition graph";

0 commit comments

Comments
 (0)