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

   Draft PR, seeing whether some of the TE-specific interface features can be 
pulled over into the TIR-based schedules.  These are implemented as 
`Schedule.transform_layout_sugared`, which wraps around the existing 
`Schedule.transform_layout`.
   
   * Specify buffer by name, rather than by access_type/index.
   * Optional specify block by name, rather than needing a separate call to 
`Schedule.get_block`.
   * Enable `*args` in the index mapping function.
   
   Additional things to add:
   
   * Allow `AXIS_SEPARATOR` in the index mapping function, delegate to 
`Schedule.set_axis_separators`


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