提交 599995d0 authored 作者: Frederic's avatar Frederic

Make canonicalize eq pass over new node in the current pass. This remove the…

Make canonicalize eq pass over new node in the current pass. This remove the slow done from this PR in the GSoC slow optimization
上级 0cd92a60
......@@ -198,7 +198,7 @@ optdb.register('merge1', gof.MergeOptimizer(),
0, 'fast_run', 'fast_compile', 'merge')
# rearranges elemwise expressions
optdb.register('canonicalize', gof.EquilibriumDB(),
optdb.register('canonicalize', gof.EquilibriumDB(ignore_newtrees=False),
1, 'fast_run', 'fast_compile')
optdb.register('merge1.2', gof.MergeOptimizer(),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论