MellowArtisan commented on issue #17205: URL: https://github.com/apache/tvm/issues/17205#issuecomment-2253185960
Hi all, I found the `tvm.transform.Sequential([relax.transform.RealizeVDevice()])(mod)` can remove the "R.hint_on_device()", however, using `relax.transform.RealizeVDevice()(mod)` directly cannot remove it. @Lunderberg @tqchen Why do the different usages for the same pass (i.e., RealizeVDevice) give different optimization results? -- 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]
