Lunderberg opened a new pull request #10553: URL: https://github.com/apache/tvm/pull/10553
Previously, SchedulePostProcToPrimFunc would first generate the map from buffer object to layout transformation, then would update buffers with the axis separators. However, it failed to replace the buffer objects in the layout transformation map, so the transformation wasn't applied. This PR correctly updates the layout transformation map, and adds a unit test to catch this failure mode. -- 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]
