You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param prune_configs_by: a dict of functions that are used to prune configs, fields:
407
412
'perf_model': performance model used to predicate running time with different configs, returns running time
408
413
'top_k': number of configs to bench
409
-
'early_config_prune'(optional): a function used to do early prune (eg, num_stages). It takes configs:List[Config] as its input, and returns pruned configs.
414
+
'early_config_prune': a function used to prune configs. It should have the signature
0 commit comments