Lunderberg commented on issue #17205:
URL: https://github.com/apache/tvm/issues/17205#issuecomment-2253301281

   Hmm.  It looks like it's even weirder.  It looks like only the first use of 
`RealizeVDevice` produces the correct output.  The first execution correctly 
removes the `R.hint_on_device`, but the second execution does not.
   
   ```python
   relax.transform.RealizeVDevice()(Module).show(name='First')
   relax.transform.RealizeVDevice()(Module).show(name='Second')
   ```


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