Skip to content

Commit 63b22fc

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 2322
1 parent f4f2371 commit 63b22fc

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

pulls/2322/api_reference/dpctl/generated/dpctl.get_composite_devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ <h1>dpctl.get_composite_devices<a class="headerlink" href="#dpctl-get-composite-
636636
<dd class="field-odd"><p>A tuple of available composite <a class="reference internal" href="dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> instances.</p>
637637
</dd>
638638
<dt class="field-even">Return type<span class="colon">:</span></dt>
639-
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)">tuple</a></p>
639+
<dd class="field-even"><p>Tuple[<a class="reference internal" href="dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>]</p>
640640
</dd>
641641
</dl>
642642
</dd></dl>

pulls/2322/api_reference/dpctl/generated/dpctl.get_devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ <h1>dpctl.get_devices<a class="headerlink" href="#dpctl-get-devices" title="Perm
646646
<a class="reference internal" href="../constants.html#dpctl.device_type" title="dpctl.device_type"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code></a> values.</p>
647647
</dd>
648648
<dt class="field-odd">Return type<span class="colon">:</span></dt>
649-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)">tuple</a></p>
649+
<dd class="field-odd"><p>Tuple[<a class="reference internal" href="dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>]</p>
650650
</dd>
651651
</dl>
652652
</dd></dl>

pulls/2322/api_reference/dpctl/generated/generated/dpctl.SyclContext.get_devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,11 @@ <h1>dpctl.SyclContext.get_devices<a class="headerlink" href="#dpctl-syclcontext-
626626
<a class="reference internal" href="../dpctl.SyclContext.html#dpctl.SyclContext" title="dpctl.SyclContext"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclContext</span></code></a> instance.</p>
627627
<dl class="field-list simple">
628628
<dt class="field-odd">Returns<span class="colon">:</span></dt>
629-
<dd class="field-odd"><p>A <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tuple</span></code></a> of <a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> objects
629+
<dd class="field-odd"><p>A tuple of <a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> objects
630630
that belong to this context.</p>
631631
</dd>
632632
<dt class="field-even">Return type<span class="colon">:</span></dt>
633-
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)">tuple</a></p>
633+
<dd class="field-even"><p>Tuple[<a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>]</p>
634634
</dd>
635635
<dt class="field-odd">Raises<span class="colon">:</span></dt>
636636
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.14)"><strong>ValueError</strong></a> – If the <code class="docutils literal notranslate"><span class="pre">DPCTLContext_GetDevices</span></code> call returned

pulls/2322/api_reference/dpctl/generated/generated/dpctl.SyclPlatform.get_composite_devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,11 @@ <h1>dpctl.SyclPlatform.get_composite_devices<a class="headerlink" href="#dpctl-s
626626
associated with <a class="reference internal" href="../dpctl.SyclPlatform.html#dpctl.SyclPlatform" title="dpctl.SyclPlatform"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclPlatform</span></code></a> instance.</p>
627627
<dl class="field-list simple">
628628
<dt class="field-odd">Returns<span class="colon">:</span></dt>
629-
<dd class="field-odd"><p>A <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tuple</span></code></a> of composite <a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> objects
629+
<dd class="field-odd"><p>A tuple of composite <a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> objects
630630
that belong to this platform.</p>
631631
</dd>
632632
<dt class="field-even">Return type<span class="colon">:</span></dt>
633-
<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)">tuple</a></p>
633+
<dd class="field-even"><p>Tuple[<a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>]</p>
634634
</dd>
635635
<dt class="field-odd">Raises<span class="colon">:</span></dt>
636636
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.14)"><strong>ValueError</strong></a> – If the <code class="docutils literal notranslate"><span class="pre">DPCTLPlatform_GetCompositeDevices</span></code> call returned

pulls/2322/api_reference/dpctl/generated/generated/dpctl.SyclPlatform.get_devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,11 @@ <h1>dpctl.SyclPlatform.get_devices<a class="headerlink" href="#dpctl-syclplatfor
634634
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p>
635635
</dd>
636636
<dt class="field-even">Returns<span class="colon">:</span></dt>
637-
<dd class="field-even"><p>A <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">tuple</span></code></a> of <a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> objects
637+
<dd class="field-even"><p>A tuple of <a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a> objects
638638
that belong to this platform.</p>
639639
</dd>
640640
<dt class="field-odd">Return type<span class="colon">:</span></dt>
641-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)">tuple</a></p>
641+
<dd class="field-odd"><p>Tuple[<a class="reference internal" href="../dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>]</p>
642642
</dd>
643643
<dt class="field-even">Raises<span class="colon">:</span></dt>
644644
<dd class="field-even"><ul class="simple">

0 commit comments

Comments
 (0)