Skip to content

Commit e1f9966

Browse files
committed
Add changes for c44a397
1 parent ee51706 commit e1f9966

4 files changed

Lines changed: 4 additions & 22 deletions

File tree

latest/design.html

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.convert_constraint_lambdas"><code class="docutils literal notranslate"><span class="pre">convert_constraint_lambdas()</span></code></a></li>
154154
<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>
155155
<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>
156-
<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>
157156
<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>
158157
<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>
159158
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.dump_cache"><code class="docutils literal notranslate"><span class="pre">dump_cache()</span></code></a></li>
@@ -182,7 +181,6 @@
182181
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.replace_param_occurrences"><code class="docutils literal notranslate"><span class="pre">replace_param_occurrences()</span></code></a></li>
183182
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.setup_block_and_grid"><code class="docutils literal notranslate"><span class="pre">setup_block_and_grid()</span></code></a></li>
184183
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.store_cache"><code class="docutils literal notranslate"><span class="pre">store_cache()</span></code></a></li>
185-
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.to_valid_nvrtc_gpu_arch_cc"><code class="docutils literal notranslate"><span class="pre">to_valid_nvrtc_gpu_arch_cc()</span></code></a></li>
186184
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.unparse_constraint_lambda"><code class="docutils literal notranslate"><span class="pre">unparse_constraint_lambda()</span></code></a></li>
187185
<li class="toctree-l4"><a class="reference internal" href="#kernel_tuner.util.write_file"><code class="docutils literal notranslate"><span class="pre">write_file()</span></code></a></li>
188186
</ul>
@@ -834,7 +832,7 @@ <h3>kernel_tuner.backends.nvcuda.CudaFunctions<a class="headerlink" href="#kerne
834832
<dl class="py class">
835833
<dt class="sig sig-object py" id="kernel_tuner.backends.nvcuda.CudaFunctions">
836834
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">kernel_tuner.backends.nvcuda.</span></span><span class="sig-name descname"><span class="pre">CudaFunctions</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">device</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">0</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">iterations</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">7</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">compiler_options</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">observers</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#kernel_tuner.backends.nvcuda.CudaFunctions" title="Link to this definition"></a></dt>
837-
<dd><p>Class that groups the Cuda functions on maintains state about the device.</p>
835+
<dd><p>Class that groups the Cuda functions and it maintains state about the device.</p>
838836
<dl class="py method">
839837
<dt class="sig sig-object py" id="kernel_tuner.backends.nvcuda.CudaFunctions.__init__">
840838
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">device</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">0</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">iterations</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">7</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">compiler_options</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">observers</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#kernel_tuner.backends.nvcuda.CudaFunctions.__init__" title="Link to this definition"></a></dt>
@@ -1690,12 +1688,6 @@ <h2>Util Functions<a class="headerlink" href="#util-functions" title="Link to th
16901688
<dd><p>If cache file was not properly closed, pretend it was properly closed.</p>
16911689
</dd></dl>
16921690

1693-
<dl class="py function">
1694-
<dt class="sig sig-object py" id="kernel_tuner.util.cuda_error_check">
1695-
<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="Link to this definition"></a></dt>
1696-
<dd><p>Checking the status of CUDA calls using the NVIDIA cuda-python backend.</p>
1697-
</dd></dl>
1698-
16991691
<dl class="py function">
17001692
<dt class="sig sig-object py" id="kernel_tuner.util.delete_temp_file">
17011693
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">delete_temp_file</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">filename</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#kernel_tuner.util.delete_temp_file" title="Link to this definition"></a></dt>
@@ -1980,12 +1972,6 @@ <h2>Util Functions<a class="headerlink" href="#util-functions" title="Link to th
19801972
<dd><p>Stores a new entry (key, params) to the cachefile.</p>
19811973
</dd></dl>
19821974

1983-
<dl class="py function">
1984-
<dt class="sig sig-object py" id="kernel_tuner.util.to_valid_nvrtc_gpu_arch_cc">
1985-
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">to_valid_nvrtc_gpu_arch_cc</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">compute_capability</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">str</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">str</span></span></span><a class="headerlink" href="#kernel_tuner.util.to_valid_nvrtc_gpu_arch_cc" title="Link to this definition"></a></dt>
1986-
<dd><p>Returns a valid Compute Capability for NVRTC <cite>–gpu-architecture=</cite>, as per <a class="reference external" href="https://docs.nvidia.com/cuda/nvrtc/index.html#group__options">https://docs.nvidia.com/cuda/nvrtc/index.html#group__options</a>.</p>
1987-
</dd></dl>
1988-
19891975
<dl class="py function">
19901976
<dt class="sig sig-object py" id="kernel_tuner.util.unparse_constraint_lambda">
19911977
<span class="sig-prename descclassname"><span class="pre">kernel_tuner.util.</span></span><span class="sig-name descname"><span class="pre">unparse_constraint_lambda</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">lambda_ast</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#kernel_tuner.util.unparse_constraint_lambda" title="Link to this definition"></a></dt>

latest/genindex.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ <h2 id="C">C</h2>
227227
<li><a href="design.html#kernel_tuner.util.config_valid">config_valid() (in module kernel_tuner.util)</a>
228228
</li>
229229
<li><a href="design.html#kernel_tuner.util.ConstraintLambdaTransformer">ConstraintLambdaTransformer (class in kernel_tuner.util)</a>
230-
</li>
231-
<li><a href="design.html#kernel_tuner.util.convert_constraint_lambdas">convert_constraint_lambdas() (in module kernel_tuner.util)</a>
232230
</li>
233231
</ul></td>
234232
<td style="width: 33%; vertical-align: top;"><ul>
233+
<li><a href="design.html#kernel_tuner.util.convert_constraint_lambdas">convert_constraint_lambdas() (in module kernel_tuner.util)</a>
234+
</li>
235235
<li><a href="design.html#kernel_tuner.util.convert_constraint_restriction">convert_constraint_restriction() (in module kernel_tuner.util)</a>
236236
</li>
237237
<li><a href="design.html#kernel_tuner.backends.cupy.CupyFunctions.copy_constant_memory_args">copy_constant_memory_args() (kernel_tuner.backends.cupy.CupyFunctions method)</a>
@@ -275,8 +275,6 @@ <h2 id="C">C</h2>
275275
<li><a href="design.html#kernel_tuner.strategies.common.CostFunc">CostFunc (class in kernel_tuner.strategies.common)</a>
276276
</li>
277277
<li><a href="user-api.html#kernel_tuner.create_device_targets">create_device_targets() (in module kernel_tuner)</a>
278-
</li>
279-
<li><a href="design.html#kernel_tuner.util.cuda_error_check">cuda_error_check() (in module kernel_tuner.util)</a>
280278
</li>
281279
<li><a href="design.html#kernel_tuner.backends.nvcuda.CudaFunctions">CudaFunctions (class in kernel_tuner.backends.nvcuda)</a>
282280
</li>
@@ -848,8 +846,6 @@ <h2 id="S">S</h2>
848846
<h2 id="T">T</h2>
849847
<table style="width: 100%" class="indextable genindextable"><tr>
850848
<td style="width: 33%; vertical-align: top;"><ul>
851-
<li><a href="design.html#kernel_tuner.util.to_valid_nvrtc_gpu_arch_cc">to_valid_nvrtc_gpu_arch_cc() (in module kernel_tuner.util)</a>
852-
</li>
853849
<li><a href="optimization.html#kernel_tuner.strategies.basinhopping.tune">tune() (in module kernel_tuner.strategies.basinhopping)</a>
854850

855851
<ul>

latest/objects.inv

-93 Bytes
Binary file not shown.

latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)