MasterJH5574 opened a new pull request, #14194: URL: https://github.com/apache/tvm/pull/14194
This PR introduces the group normalization high-level operator. Prior to this PR, the group normalization operations in frontend models are translated to a series of operations, which brings inconvenience when we want to optimize the group norm op as a whole. With the TOPI implementation of group norm being introduced by https://github.com/apache/tvm/pull/14193, we can now use it to legalize the high-level group norm op and optimize it using cross-thread reduction or rfactor via MetaSchedule. Full implementation credit goes to Bohan. Co-authored-by: Bohan Hou <[email protected]> -- 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]
