Lunderberg opened a new pull request, #14950:
URL: https://github.com/apache/tvm/pull/14950

   PRs https://github.com/apache/tvm/pull/14913 and 
https://github.com/apache/tvm/pull/14914 made analogous changes to 
`MakePackedAPI` and `MakeUnpackedAPI` to handle subroutine calls. Both PRs 
introduced the same symbol, `tvm::tir::SubroutineCallRewriter`, a local utility 
to update internal calls to a modified function.  While each PR passed CI 
individually, and was therefore able to merge, having both changes caused a 
duplicate symbol.
   
   This commit updates `MakePackedAPI` and `MakeUnpackedAPI` to place their 
local utilities into anonymous namespaces, avoiding the conflict.


-- 
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]

Reply via email to