mshr-h commented on code in PR #18530:
URL: https://github.com/apache/tvm/pull/18530#discussion_r2573096388
##########
tests/python/relax/test_frontend_from_exported_program.py:
##########
@@ -4239,7 +4142,7 @@ def main(
),
{},
Expected1,
- run_ep_decomposition=True,
+ run_ep_decomposition=False,
Review Comment:
> Is the intention that Relax already supports this composite op, so
decomposition is unnecessary?
Exactly. I'm thinking we should provide a way for users to control the
decomposition. Or we have to define list of ops that we want not to decomposed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]