You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/02 21:38:35 UTC

[GitHub] [tvm] tqchen commented on pull request #10843: [TIR] StmtFunctor ReGenerateDef

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org