tqchen commented on PR #15835:
URL: https://github.com/apache/tvm/pull/15835#issuecomment-1789201174

   I think one issue revealed by the latest set of regression is that we are 
trying to build a generic set of functionalities that are not necessarily used 
in some of the subclass settings.
   
   For example, in the case of metal codegen the easiest is to actually 
decouple from the normal host c codegen, reduce possible re-use while ensure 
local code changes are correct. In the GPU shader generations, we do not need 
to handle GlobalVar callee anyway, so we don't have to bear the extra level of 
indirections
   
   
   


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