yzh119 opened a new pull request #10370:
URL: https://github.com/apache/tvm/pull/10370


   A quick fix of the parser issue mentioned in #10327 .
   Ranges and loops require `start` and `stop` to be PrimExpr, however, 
`BufferSlice` is not always scalar so it's not a `PrimExpr`.
   This PR performs the transformation.
   
   A deeper question is should we make `BufferSlice` a `PrimExpr`? 
   
   CC @MasterJH5574 @Hzfengsy 


-- 
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]


Reply via email to