tqchen commented on PR #107: URL: https://github.com/apache/tvm-rfcs/pull/107#issuecomment-1944345073
to clarify a bit, we do need have to ask for doing everything as form of schedule, so it is OK for example to generate a compute definition that already contains packing (you can view that as one special dispatch pass). The main ask is that the TIR schedule pass should detect the already packed TIR and continue schedule it(one way might be detect an attached tag in block). This being said, i think it should be possible to insert array packing through cache_read and transform layout -- 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]
