Lunderberg opened a new pull request #10512: URL: https://github.com/apache/tvm/pull/10512
Part of tracking issue https://github.com/apache/tvm/issues/10505, restrict multi-lane indexing to at most one index per buffer access. This removes ambiguity as an expression such as `A[T.ramp(i,1,2), T.ramp(j,1,2)]`, which could be interpreted either as `[A[i,j], A[i+1,j+1]]` or as `[A[i,j], A[i,j+1], A[i+1,j], A[i+1,j+1]]`, depending on whether the implied iterators of the two ramp nodes are shared. -- 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]
