Icemist commented on code in PR #12545: URL: https://github.com/apache/tvm/pull/12545#discussion_r968249527
########## 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: Added. -- 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-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org