You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/25 15:18:55 UTC

[GitHub] [tvm] kparzysz-quic edited a comment on pull request #8509: [TIR] Tir constants integration into compilation pipeline

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org