Skip to content

Commit f70be28

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 1992
1 parent cf36ced commit f70be28

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ <h1>dpctl.get_devices<a class="headerlink" href="#dpctl-get-devices" title="Perm
803803
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.backend_type.all</span></code>.</p></li>
804804
<li><p><strong>device_type</strong> (<em>optional</em>) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code> enum value or a string that
805805
specifies a SYCL device type. Currently, accepted values are:
806-
“gpu”, “cpu”, “accelerator”, “host”, or “all”.
806+
“gpu”, “cpu”, “accelerator”, or “all”.
807807
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p></li>
808808
</ul>
809809
</dd>

pulls/1992/api_reference/dpctl/generated/dpctl.get_num_devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ <h1>dpctl.get_num_devices<a class="headerlink" href="#dpctl-get-num-devices" tit
800800
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.backend_type.all</span></code>.</p></li>
801801
<li><p><strong>device_type</strong> (<em>optional</em>) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code> enum value or a string that
802802
specifies a SYCL device type. Currently, accepted values are:
803-
“gpu”, “cpu”, “accelerator”, “host”, or “all”.
803+
“gpu”, “cpu”, “accelerator”, or “all”.
804804
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p></li>
805805
</ul>
806806
</dd>

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ <h1>dpctl.SyclPlatform.get_devices<a class="headerlink" href="#dpctl-syclplatfor
796796
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
797797
<dd class="field-odd"><p><strong>device_type</strong> (<em>optional</em>) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code> enum value or a string that
798798
specifies a SYCL device type. Currently, accepted values are:
799-
“gpu”, “cpu”, “accelerator”, “host”, or “all”.
799+
“gpu”, “cpu”, “accelerator”, or “all”.
800800
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p>
801801
</dd>
802802
<dt class="field-even">Returns<span class="colon">:</span></dt>
@@ -810,9 +810,7 @@ <h1>dpctl.SyclPlatform.get_devices<a class="headerlink" href="#dpctl-syclplatfor
810810
<dd class="field-even"><ul class="simple">
811811
<li><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#TypeError" title="(in Python v3.13)"><strong>TypeError</strong></a> – If <cite>device_type</cite> is not a str or <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>
812812
enum.</p></li>
813-
<li><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.13)"><strong>ValueError</strong></a> – If the value of <cite>device_type</cite> is not supported.
814-
815-
If the <code class="docutils literal notranslate"><span class="pre">DPCTLPlatform_GetDevices</span></code> call returned
813+
<li><p><a class="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.13)"><strong>ValueError</strong></a> – If the <code class="docutils literal notranslate"><span class="pre">DPCTLPlatform_GetDevices</span></code> call returned
816814
<code class="docutils literal notranslate"><span class="pre">NULL</span></code> instead of a <code class="docutils literal notranslate"><span class="pre">DPCTLDeviceVectorRef</span></code> object.</p></li>
817815
</ul>
818816
</dd>

pulls/1992/objects.inv

0 Bytes
Binary file not shown.

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