Skip to content

Commit 4425a4d

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 2317
1 parent bdaeda8 commit 4425a4d

6 files changed

Lines changed: 53 additions & 4 deletions

File tree

pulls/2317/_sources/api_reference/dpctl/compiler.rst.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,15 @@ execution via :py:meth:`dpctl.SyclQueue.submit`.
3838
:nosignatures:
3939

4040
SyclKernelBundleCompilationError
41+
42+
:py:mod:`dpctl.program.utils`
43+
-----------------------------
44+
45+
.. py:module:: dpctl.program.utils
46+
47+
.. currentmodule:: dpctl.program.utils
48+
49+
.. autofunction:: parse_spirv_specializations
50+
51+
.. autoclass:: SpecializationConstantInfo
52+
:members:

pulls/2317/api_reference/dpctl/compiler.html

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
186186
</button>
187187
</div>
188-
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
188+
<label class="toc-overlay-icon toc-header-icon" for="__toc">
189189
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
190190
</label>
191191
</div>
@@ -689,7 +689,7 @@
689689
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
690690
</button>
691691
</div>
692-
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
692+
<label class="toc-overlay-icon toc-content-icon" for="__toc">
693693
<span class="icon"><svg><use href="#svg-toc"></use></svg></span>
694694
</label>
695695
</div>
@@ -745,6 +745,9 @@
745745
</tbody>
746746
</table>
747747
</div>
748+
<section id="module-dpctl.program.utils">
749+
<span id="dpctl-program-utils"></span><h2><a class="reference internal" href="#module-dpctl.program.utils" title="dpctl.program.utils"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl.program.utils</span></code></a><a class="headerlink" href="#module-dpctl.program.utils" title="Permalink to this heading"></a></h2>
750+
</section>
748751
</section>
749752

750753
</article>
@@ -790,8 +793,27 @@
790793

791794
</footer>
792795
</div>
793-
<aside class="toc-drawer no-toc">
796+
<aside class="toc-drawer">
797+
794798

799+
<div class="toc-sticky toc-scroll">
800+
<div class="toc-title-container">
801+
<span class="toc-title">
802+
On this page
803+
</span>
804+
</div>
805+
<div class="toc-tree-container">
806+
<div class="toc-tree">
807+
<ul>
808+
<li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl.compiler</span></code></a><ul>
809+
<li><a class="reference internal" href="#module-dpctl.program.utils"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl.program.utils</span></code></a></li>
810+
</ul>
811+
</li>
812+
</ul>
813+
814+
</div>
815+
</div>
816+
</div>
795817

796818

797819
</aside>

pulls/2317/genindex.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,13 @@ <h2>D</h2>
938938

939939
<ul>
940940
<li><a href="api_reference/dpctl/program.html#module-dpctl.program">module</a>
941+
</li>
942+
</ul></li>
943+
<li>
944+
dpctl.program.utils
945+
946+
<ul>
947+
<li><a href="api_reference/dpctl/compiler.html#module-dpctl.program.utils">module</a>
941948
</li>
942949
</ul></li>
943950
<li>
@@ -1830,6 +1837,8 @@ <h2>M</h2>
18301837
<li><a href="api_reference/dpctl/memory.html#module-dpctl.memory">dpctl.memory</a>
18311838
</li>
18321839
<li><a href="api_reference/dpctl/program.html#module-dpctl.program">dpctl.program</a>
1840+
</li>
1841+
<li><a href="api_reference/dpctl/compiler.html#module-dpctl.program.utils">dpctl.program.utils</a>
18331842
</li>
18341843
<li><a href="api_reference/dpctl/utils.html#module-dpctl.utils">dpctl.utils</a>
18351844
</li>

pulls/2317/objects.inv

5 Bytes
Binary file not shown.

pulls/2317/py-modindex.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,12 @@ <h1>Python Module Index</h1>
723723
<a href="api_reference/dpctl/program.html#module-dpctl.program"><code class="xref">dpctl.program</code></a></td><td>
724724
<em></em></td>
725725
</tr>
726+
<tr class="cg-1">
727+
<td></td>
728+
<td>&#160;&#160;&#160;
729+
<a href="api_reference/dpctl/compiler.html#module-dpctl.program.utils"><code class="xref">dpctl.program.utils</code></a></td><td>
730+
<em></em></td>
731+
</tr>
726732
<tr class="cg-1">
727733
<td></td>
728734
<td>&#160;&#160;&#160;

pulls/2317/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)