Lunderberg commented on PR #14488:
URL: https://github.com/apache/tvm/pull/14488#issuecomment-1496414490

   Certainly!  This occurs in any PrimFunc that is after `tir.MakePackedAPI` in 
the lowering flow, as the `out_ret_value` is annotated with a 
`PointerType(PrimType(DataType::Void()))` 
([link](https://github.com/apache/tvm/blob/main/src/tir/transforms/make_packed_api.cc#L162)).
  I don't think this has an impact on the generated code, but it does mean that 
we're producing TIR that can't be expressed in TVMScript, and can't use 
TVMScript for writing unit tests for this pass.


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