Lunderberg opened a new pull request, #14565:
URL: https://github.com/apache/tvm/pull/14565

   Prior to this commit, the `tvm::tir::Specialize` function would replace the 
specialized parameter when it occurs in the shape, strides, or element offset 
of a buffer, but only when the buffer occurs in specific locations.  As a 
result, a `tir::Buffer` in the `PrimFuncNode::buffer_map` and `BlockNode` would 
be updated, but `tir::Buffer` objects in a `BufferLoad` or `BufferStore` node 
could be left unmodified and therefore contain undefined variables.
   
   This commit updates `PrimFunc::Specialize` to update buffer objects in 
`BufferLoad` and `BufferStore`.


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