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

   ## Why
   
   The scatter_elements operator was missing FRelaxInferLayout support, which 
prevented proper layout transformation when used with operators like conv2d 
that require layout conversion.
   
   ## How
   
   - Implement InferLayoutScatterElements function that handles layout 
inference for scatter_elements
   - Transform axis attribute according to the inferred layout using FindAxis
   - Handle sub-indexed layout fallback to initial layout
   - Add test case for conv2d + scatter_elements layout conversion


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to