Hzfengsy opened a new pull request, #16904: URL: https://github.com/apache/tvm/pull/16904
The current pass would generate multiple PrimFuncs even if they are structural equal, which is because `bb.update_func` will not check whether the new func is already in the list. This PR apply dlight at the end of the dispatching instead of after every function. cc @yongwww @vinx13 -- 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]
