Skip to content

Commit

Permalink
Add changes for 0fc4ad2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 23, 2024
1 parent 3d86f21 commit 5689b7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion latest/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.StopCriterionReached"><code class="docutils literal notranslate"><span class="pre">StopCriterionReached</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.check_argument_list"><code class="docutils literal notranslate"><span class="pre">check_argument_list()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.check_argument_type"><code class="docutils literal notranslate"><span class="pre">check_argument_type()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.check_restriction"><code class="docutils literal notranslate"><span class="pre">check_restriction()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.check_restrictions"><code class="docutils literal notranslate"><span class="pre">check_restrictions()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.check_stop_criterion"><code class="docutils literal notranslate"><span class="pre">check_stop_criterion()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.check_thread_block_dimensions"><code class="docutils literal notranslate"><span class="pre">check_thread_block_dimensions()</span></code></a></li>
Expand Down Expand Up @@ -1689,10 +1690,16 @@ <h2>Util Functions<a class="headerlink" href="#util-functions" title="Permalink
<dd><p>Check if the numpy.dtype matches the type used in the code.</p>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="kernel_tuner.util.check_restriction">
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">check_restriction</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">restrict</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">params</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">bool</span></span></span><a class="headerlink" href="#kernel_tuner.util.check_restriction" title="Permalink to this definition"></a></dt>
<dd><p>Check whether a configuration meets a search space restriction.</p>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="kernel_tuner.util.check_restrictions">
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">check_restrictions</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">restrictions</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">params</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">verbose</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">bool</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">bool</span></span></span><a class="headerlink" href="#kernel_tuner.util.check_restrictions" title="Permalink to this definition"></a></dt>
<dd><p>Check whether a specific configuration meets the search space restrictions.</p>
<dd><p>Check whether a configuration meets the search space restrictions.</p>
</dd></dl>

<dl class="py function">
Expand Down
2 changes: 2 additions & 0 deletions latest/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ <h2 id="C">C</h2>
<li><a href="design.html#kernel_tuner.util.check_argument_type">check_argument_type() (in module kernel_tuner.util)</a>
</li>
<li><a href="design.html#kernel_tuner.core.DeviceInterface.check_kernel_output">check_kernel_output() (kernel_tuner.core.DeviceInterface method)</a>
</li>
<li><a href="design.html#kernel_tuner.util.check_restriction">check_restriction() (in module kernel_tuner.util)</a>
</li>
<li><a href="design.html#kernel_tuner.util.check_restrictions">check_restrictions() (in module kernel_tuner.util)</a>
</li>
Expand Down
Binary file modified latest/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 5689b7a

Please sign in to comment.