masahi commented on pull request #9996: URL: https://github.com/apache/tvm/pull/9996#issuecomment-1034366873
Yeah I think that's possible. If I understand correctly, the point is to have 16 x 4 loop in the inner-most axis, so something like `(n // 16, k // 4, 16, 4)` should be ok as well. Does this answer your question? -- 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]
