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

   `tir::StringImm` can round-trip through TVMScript when used in a context 
that requires a PrimExpr, such as the arguments of a `tir::Call`.  However, 
contexts that only require a `ObjectRef`, such as the `AttrStmtNode::node`, use 
the same TVMScript representation as `"string_value"`, but are parsed 
`tvm::String` instances.
   
   This commit updates `MakePackedAPI` to use `String` instead of `StringImm` 
in its default value for `AttrStmtNode::node`.
   
   This is part of changes described in 
https://github.com/apache/tvm/pull/14486, to improve round-trip failures that 
occur in lowering.


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