merrymercy opened a new pull request #6042: URL: https://github.com/apache/incubator-tvm/pull/6042
Explicitly unrolling a too long loop will make llvm code generation hang for a very long time. Unrolling a long loop is also very uncommon. So this PR added an option to limit the maximum extent of explicitly unrolled loop. The default maximum value is set to 32. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
