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

   Prior to this commit, while a `relax.VarBinding` created using 
`BlockBuilder.emit` could have its name explicitly specified by the user, a 
`relax.MatchCast` created using `BlockBuilder.match_cast` could not.  This 
commit updates `BlockBuilder.match_cast` to accept an optional `name_hint` 
parameter, which is then provided to the C++ `BlockBuilder::EmitMatchCast` 
method.


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