tqchen commented on pull request #10843:
URL: https://github.com/apache/tvm/pull/10843#issuecomment-1086728731


   Some additional ideas for possible regressions
   
   ## Symbolic shape case that needs remap
   
   Symbolic vars needs to be mapped to the same one
   ```python
   def fn(a: T.handle, b: T.handle, n: T.int32)
      m = T.var("int32")
      A =  match_buffer((n, m), a)
      B = match_bufer((n, m*2), b) 
   ```
   
   


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