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

   Sorry for delaying get back because of the recent focus on FFI refactoring, 
I think the main remaining item is the following change
    
   >    StructInfo infered_sinfo = 
infer_struct_info_map[op](GetRef<Call>(call), builder_);
   >    legalized = UpdateVDeviceOutStructInfo(legalized, visited_call, 
infered_sinfo);
   
   Where the struct info inference function was called during legalization (and 
I commented on that previously which might be overlooked). The primary 
principle we had is to automating struct info deduction during building, so in 
theory every pre-visit call already have struct info populated, and most 
rewrite should not change the struct info post visit. Doing explicit deduction 
within a rewrite a is a pattern we want to avoid
   
   
   
   


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