提交 e6ff8dc5 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!3037 Update max loop count

Merge pull request !3037 from linqingke/mass
......@@ -298,7 +298,7 @@ extern const PrimitivePtr kPrimIsIndexedSlices;
const char SWITCH_UNROLL_FLAG[] = "unroll_flag";
// max loop count of for statement, when loop count is less then this value, the for loop will be unrolled, otherwise it
// will be sunk(i.e. not unrolled)
const int MAX_FOR_LOOP_COUNT = 200;
const int MAX_FOR_LOOP_COUNT = 600;
class DoSignaturePrimitive : public Primitive {
public:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册