!183 modify repass time limit to 10000

Merge pull request !183 from 王笑天/development
pull/183/MERGE
王涛 4 years ago committed by Gitee
commit 93d5e53071

@ -26,7 +26,7 @@
namespace ge {
namespace {
constexpr int kMaxRePassTimes = 1000;
constexpr int kMaxRePassTimes = 10000;
constexpr size_t kMaxOneInNodes = 1000;
// Each iteration, we take about 0.3k memory on the stack, we should change the recursion to loop later
constexpr int kMaxRecursiveDepth = 20;

Loading…
Cancel
Save