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/09/11 09:31:54 UTC

[GitHub] [tvm] elvin-n commented on a diff in pull request #12545: [AutoTVM] Introducing multi_filter into ConfigSpace autotvm

elvin-n commented on code in PR #12545:
URL: https://github.com/apache/tvm/pull/12545#discussion_r967793966


##########
python/tvm/topi/adreno/conv2d_nchw.py:
##########
@@ -268,7 +268,11 @@ def schedule_conv2d_NCHWc_KCRSk(cfg, s, output):
     cfg.define_split("tile_rx", rx, num_outputs=2)
     cfg.define_knob("auto_unroll_max_step", [0, 512, 1500])
     cfg.define_knob("unroll_explicit", [0, 1])
-
+    cfg.multi_filter(
+        filter=lambda entity: 32

Review Comment:
   good point



-- 
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