Skip to content

Commit 2cd4994

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 1992
1 parent 4e823dd commit 2cd4994

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,11 +797,11 @@ <h1>dpctl.get_devices<a class="headerlink" href="#dpctl-get-devices" title="Perm
797797
<dl class="field-list simple">
798798
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
799799
<dd class="field-odd"><ul class="simple">
800-
<li><p><strong>backend</strong> (<em>optional</em>) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.backend_type</span></code> enum value or a string that
800+
<li><p><strong>backend</strong> (str, <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.backend_type</span></code>, optional) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.backend_type</span></code> enum value or a string that
801801
specifies a SYCL backend. Currently, accepted values are: “cuda”,
802802
“hip”, “opencl”, “level_zero”, or “all”.
803803
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.backend_type.all</span></code>.</p></li>
804-
<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
804+
<li><p><strong>device_type</strong> (str, <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>, optional) – 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:
806806
“gpu”, “cpu”, “accelerator”, or “all”.
807807
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p></li>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,11 @@ <h1>dpctl.get_num_devices<a class="headerlink" href="#dpctl-get-num-devices" tit
794794
<dl class="field-list simple">
795795
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
796796
<dd class="field-odd"><ul class="simple">
797-
<li><p><strong>backend</strong> (<em>optional</em>) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.backend_type</span></code> enum value or a string that
797+
<li><p><strong>backend</strong> (str, <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.backend_type</span></code>, optional) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.backend_type</span></code> enum value or a string that
798798
specifies a SYCL backend. Currently, accepted values are: “cuda”,
799799
“hip”, “opencl”, “level_zero”, or “all”.
800800
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.backend_type.all</span></code>.</p></li>
801-
<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
801+
<li><p><strong>device_type</strong> (str, <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>, optional) – 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:
803803
“gpu”, “cpu”, “accelerator”, or “all”.
804804
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p></li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ <h1>dpctl.SyclPlatform.get_devices<a class="headerlink" href="#dpctl-syclplatfor
794794
the given <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>.</p>
795795
<dl class="field-list simple">
796796
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
797-
<dd class="field-odd"><p><strong>device_type</strong> (str, <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>) – A <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code> enum value or a string that
797+
<dd class="field-odd"><p><strong>device_type</strong> (str, <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>, optional) – 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:
799799
“gpu”, “cpu”, “accelerator”, or “all”, and their equivalent
800800
<code class="docutils literal notranslate"><span class="pre">dpctl.device_type</span></code> enumerators.

pulls/1992/beginners_guides/installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ <h2>Installation using pip<a class="headerlink" href="#installation-using-pip" t
849849
<section id="installation-via-intel-r-distribution-for-python">
850850
<h2>Installation via Intel(R) Distribution for Python<a class="headerlink" href="#installation-via-intel-r-distribution-for-python" title="Permalink to this heading"></a></h2>
851851
<p><a class="reference external" href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html">Intel(R) Distribution for Python*</a> is distributed as a conda-based installer
852-
and includes <a class="reference internal" href="../api_reference/dpctl/index.html#module-dpctl" title="dpctl"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl</span></code></a> along with its dependencies and sister projects <a class="reference external" href="https://intelpython.github.io/dpnp/overview.html#module-dpnp" title="(in Data Parallel Extension for NumPy v0.18.0dev0+7.g2bb1e8b0ba9)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpnp</span></code></a>
852+
and includes <a class="reference internal" href="../api_reference/dpctl/index.html#module-dpctl" title="dpctl"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl</span></code></a> along with its dependencies and sister projects <a class="reference external" href="https://intelpython.github.io/dpnp/overview.html#module-dpnp" title="(in Data Parallel Extension for NumPy v0.18.0dev0+9.g96e723dde6a)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpnp</span></code></a>
853853
and <a class="reference external" href="https://intelpython.github.io/numba-dpex/latest/index.html#module-numba_dpex" title="(in numba-dpex)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">numba_dpex</span></code></a>.</p>
854854
<p>Once the installed environment is activated, <code class="docutils literal notranslate"><span class="pre">dpctl</span></code> should be ready to use.</p>
855855
</section>

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)