tkonolige commented on a change in pull request #8030:
URL: https://github.com/apache/tvm/pull/8030#discussion_r634792504
##########
File path: vta/tutorials/autotvm/tune_relay_vta.py
##########
@@ -357,7 +357,7 @@ def tune_and_evaluate(tuning_opt):
)
# filter out non-packed conv2d task
- tasks = list(filter(lambda t: len(t.args[0][1]) > 4, tasks))
+ tasks = list(filter(lambda t: len(t.args[0][1]) > 4 and "conv" in t.name,
tasks))
Review comment:
We may want to tune it in the future.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]