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

   Like OIHW[4o4i] where we can pack multiple axis.
   Helpful while handling complex target layouts.
   This PR covers layout representation and transforms for these.
   
   In implementation the ```IterVar``` which was holding one axis till now will 
hold a packed axis as ```name=4o4i``` and ```range=16```. The new helpers can 
be used to retrieve individual axis ```4o``` and ```4c``` when ever needed. The 
forwards and backwards are enhanced accordingly.


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