Skip to content

Commit 2b2d2e7

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 1993
1 parent ff91363 commit 2b2d2e7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,11 +802,11 @@ <h1>dpctl.get_devices<a class="headerlink" href="#dpctl-get-devices" title="Perm
802802
<dl class="field-list simple">
803803
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
804804
<dd class="field-odd"><ul class="simple">
805-
<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
805+
<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
806806
specifies a SYCL backend. Currently, accepted values are: “cuda”,
807807
“hip”, “opencl”, “level_zero”, or “all”.
808808
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.backend_type.all</span></code>.</p></li>
809-
<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
809+
<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
810810
specifies a SYCL device type. Currently, accepted values are:
811811
“gpu”, “cpu”, “accelerator”, or “all”.
812812
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p></li>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,11 +799,11 @@ <h1>dpctl.get_num_devices<a class="headerlink" href="#dpctl-get-num-devices" tit
799799
<dl class="field-list simple">
800800
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
801801
<dd class="field-odd"><ul class="simple">
802-
<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
802+
<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
803803
specifies a SYCL backend. Currently, accepted values are: “cuda”,
804804
“hip”, “opencl”, “level_zero”, or “all”.
805805
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.backend_type.all</span></code>.</p></li>
806-
<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
806+
<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
807807
specifies a SYCL device type. Currently, accepted values are:
808808
“gpu”, “cpu”, “accelerator”, or “all”.
809809
Default: <code class="docutils literal notranslate"><span class="pre">dpctl.device_type.all</span></code>.</p></li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ <h1>dpctl.SyclPlatform.get_devices<a class="headerlink" href="#dpctl-syclplatfor
799799
the given <code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.device_type</span></code>.</p>
800800
<dl class="field-list simple">
801801
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
802-
<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
802+
<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
803803
specifies a SYCL device type. Currently, accepted values are:
804804
“gpu”, “cpu”, “accelerator”, or “all”, and their equivalent
805805
<code class="docutils literal notranslate"><span class="pre">dpctl.device_type</span></code> enumerators.

pulls/1993/beginners_guides/installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ <h2>Installation using pip<a class="headerlink" href="#installation-using-pip" t
854854
<section id="installation-via-intel-r-distribution-for-python">
855855
<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>
856856
<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
857-
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>
857+
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+21.gedf2dbf22d1)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpnp</span></code></a>
858858
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>
859859
<p>Once the installed environment is activated, <code class="docutils literal notranslate"><span class="pre">dpctl</span></code> should be ready to use.</p>
860860
</section>

pulls/1993/objects.inv

0 Bytes
Binary file not shown.

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