projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5507d4
)
Move CombineParallelConv2D to opt level 4 (#3248)
author
Wuwei Lin
<vincentl13x@gmail.com>
Tue, 28 May 2019 18:02:48 +0000
(
02:02
+0800)
committer
Yao Wang
<kevinthesunwy@gmail.com>
Tue, 28 May 2019 18:02:48 +0000
(11:02 -0700)
src/relay/backend/build_module.cc
patch
|
blob
|
history
diff --git
a/src/relay/backend/build_module.cc
b/src/relay/backend/build_module.cc
index
3b14910
..
57dc256
100644
(file)
--- a/
src/relay/backend/build_module.cc
+++ b/
src/relay/backend/build_module.cc
@@
-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},