tqchen opened a new pull request, #14224: URL: https://github.com/apache/tvm/pull/14224
This PR enhances the unroller with an unroll local access option. This option will detect loop variables that access local memories and unroll them independent of other options. A test case is added. This option is by default turned off and can be useful in certain cases to improve unroller as these local memory access have to be unrolled at some time pt to be lifted as registers. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
