kparzysz-quic edited a comment on pull request #8509: URL: https://github.com/apache/tvm/pull/8509#issuecomment-1050943486
Right---the relevance is that I tried setting "relay.FuseOps.link_params" to False in PassContext/config, but it didn't have any effect, since `FoldConstants` creates its own empty context. It also uses a new CPU target for folding, which has `link_params=False`. However, `FuseOps` uses the `Executor` attribute from IR module, which has `link_params` taken from the original target (i.e. True). -- 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]
