[GH-PAGES] Updated website

This commit is contained in:
Philippe Tillet
2022-02-13 00:39:42 +00:00
parent 2f5658c61f
commit 13537582ad
159 changed files with 303 additions and 303 deletions

View File

@@ -214,7 +214,7 @@ reset the value of the provided tensor to <cite>zero</cite> before running any c
<li><p><strong>prune_configs_by</strong> a dict of functions that are used to prune configs, fields:
perf_model: performance model used to predicate running time with different configs, returns running time
top_k: number of configs to bench
prune_num_stages_by(optional): a function used to prune num_stages. It take configs:List[Config] as its input, and returns pruned configs.</p></li>
early_config_prune(optional): a function used to do early prune (eg, num_stages). It take configs:List[Config] as its input, and returns pruned configs.</p></li>
<li><p><strong>reset_to_zero</strong> (<em>list</em><em>[</em><em>str</em><em>]</em>) a list of argument names whose value will be reset to zero before evaluating any configs.</p></li>
</ul>
</dd>