Skip to content

Commit

Permalink
Move CombineParallelConv2D to opt level 4 (apache#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored and wweic committed Jun 27, 2019
1 parent 2560ae6 commit b03ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/backend/build_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const std::unordered_map<std::string, int> OptPassLevel::_data = {
{"SimplifyInference", 0},
{"OpFusion", 1},
{"FoldConstant", 2},
{"CombineParallelConv2D", 3},
{"CombineParallelConv2D", 4},
{"FoldScaleAxis", 3},
{"AlterOpLayout", 3},
{"CanonicalizeOps", 3},
Expand Down

0 comments on commit b03ecb5

Please sign in to comment.