Lunderberg commented on issue #10505: URL: https://github.com/apache/tvm/issues/10505#issuecomment-1060797052
> Discuss and clarify the scope of vector buffer indexing rule I agree with adding additional restrictions. I've created draft PRs https://github.com/apache/tvm/pull/10512 and https://github.com/apache/tvm/pull/10513, to test the impact of different rules on existing test cases. Each requires that only a single index can have multiple lanes, while #10513 additional requires that to be the last index. @tqchen After thinking on [your comment here](https://github.com/apache/tvm/pull/9727#discussion_r818889855), I agree that if there are no issues introduced by using the stricter restriction, we should use it, as we can also loosen the condition later if needed. -- 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]
