Skip to content

Commit

Permalink
open group scheduler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BiynXu committed Oct 29, 2023
1 parent 18a4cc5 commit 192ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/cinn/runtime/flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PD_DEFINE_bool(general_fusion_merge_pass,
"Whether to use general fusion_merge pass.");

PD_DEFINE_bool(cinn_new_group_scheduler,
BoolFromEnv("FLAGS_cinn_new_group_scheduler", false),
BoolFromEnv("FLAGS_cinn_new_group_scheduler", true),
"Whether to use new group scheduler.");

PD_DEFINE_bool(cinn_use_common_subexpression_elimination,
Expand Down

0 comments on commit 192ccc1

Please sign in to comment.