Skip to content

Commit b862b7e

Browse files
author
github-actions[doc-deploy-bot]
committed
Latest docs.
1 parent 1a67256 commit b862b7e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

master/_modules/dpctl/tensor/_array_api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ <h1>Source code for dpctl.tensor._array_api</h1><div class="highlight"><pre>
864864
<span class="bp">self</span><span class="o">.</span><span class="n">_capabilities</span> <span class="o">=</span> <span class="p">{</span>
865865
<span class="s2">&quot;boolean indexing&quot;</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
866866
<span class="s2">&quot;data-dependent shapes&quot;</span><span class="p">:</span> <span class="kc">True</span><span class="p">,</span>
867-
<span class="s2">&quot;max dimensions&quot;</span><span class="p">:</span> <span class="mi">64</span><span class="p">,</span>
867+
<span class="s2">&quot;max dimensions&quot;</span><span class="p">:</span> <span class="kc">None</span><span class="p">,</span>
868868
<span class="p">}</span>
869869
<span class="bp">self</span><span class="o">.</span><span class="n">_all_dtypes</span> <span class="o">=</span> <span class="p">{</span>
870870
<span class="s2">&quot;bool&quot;</span><span class="p">:</span> <span class="n">dpt</span><span class="o">.</span><span class="n">bool</span><span class="p">,</span>
@@ -897,7 +897,7 @@ <h1>Source code for dpctl.tensor._array_api</h1><div class="highlight"><pre>
897897
<span class="sd"> Value: ``True``</span>
898898
<span class="sd"> ``max dimensions``:</span>
899899
<span class="sd"> integer indication the maximum array dimension supported by ``dpctl``.</span>
900-
<span class="sd"> Value: ``64``</span>
900+
<span class="sd"> Value: ``None``</span>
901901

902902
<span class="sd"> Returns:</span>
903903
<span class="sd"> dict:</span>

master/api_reference/dpctl/generated/generated/dpctl.tensor._array_api.Info.capabilities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ <h1>dpctl.tensor._array_api.Info.capabilities<a class="headerlink" href="#dpctl-
808808
Value: <code class="docutils literal notranslate"><span class="pre">True</span></code></p>
809809
</dd>
810810
<dt><code class="docutils literal notranslate"><span class="pre">max</span> <span class="pre">dimensions</span></code>:</dt><dd><p>integer indication the maximum array dimension supported by <code class="docutils literal notranslate"><span class="pre">dpctl</span></code>.
811-
Value: <code class="docutils literal notranslate"><span class="pre">64</span></code></p>
811+
Value: <code class="docutils literal notranslate"><span class="pre">None</span></code></p>
812812
</dd>
813813
</dl>
814814
</dd>

master/beginners_guides/installation.html

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

master/objects.inv

0 Bytes
Binary file not shown.

master/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)