Skip to content

Commit

Permalink
Add changes for 4b74402
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 27, 2024
1 parent 927ad87 commit e0750da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions latest/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.compile_restrictions"><code class="docutils literal notranslate"><span class="pre">compile_restrictions()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.config_valid"><code class="docutils literal notranslate"><span class="pre">config_valid()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.convert_constraint_restriction"><code class="docutils literal notranslate"><span class="pre">convert_constraint_restriction()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.correct_open_cache"><code class="docutils literal notranslate"><span class="pre">correct_open_cache()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.cuda_error_check"><code class="docutils literal notranslate"><span class="pre">cuda_error_check()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.delete_temp_file"><code class="docutils literal notranslate"><span class="pre">delete_temp_file()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.detect_language"><code class="docutils literal notranslate"><span class="pre">detect_language()</span></code></a></li>
Expand Down Expand Up @@ -1721,6 +1722,12 @@ <h2>Util Functions<a class="headerlink" href="#util-functions" title="Permalink
<dd><p>Convert the python-constraint to a function for backwards compatibility.</p>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="kernel_tuner.util.correct_open_cache">
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">correct_open_cache</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cache</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">open_cache</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#kernel_tuner.util.correct_open_cache" title="Permalink to this definition"></a></dt>
<dd><p>if cache file was not properly closed, pretend it was properly closed</p>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="kernel_tuner.util.cuda_error_check">
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">cuda_error_check</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">error</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#kernel_tuner.util.cuda_error_check" title="Permalink to this definition"></a></dt>
Expand Down
2 changes: 2 additions & 0 deletions latest/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ <h2 id="C">C</h2>
<li><a href="design.html#kernel_tuner.core.DeviceInterface.copy_texture_memory_args">(kernel_tuner.core.DeviceInterface method)</a>
</li>
</ul></li>
<li><a href="design.html#kernel_tuner.util.correct_open_cache">correct_open_cache() (in module kernel_tuner.util)</a>
</li>
<li><a href="user-api.html#kernel_tuner.create_device_targets">create_device_targets() (in module kernel_tuner)</a>
</li>
<li><a href="design.html#kernel_tuner.core.DeviceInterface.create_kernel_instance">create_kernel_instance() (kernel_tuner.core.DeviceInterface method)</a>
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 e0750da

Please sign in to comment.