Skip to content

Commit

Permalink
Merge pull request IntelPython#1081 from emmanuel-ferdman/wip
Browse files Browse the repository at this point in the history
fix: update sourceware resources bb877f4
  • Loading branch information
github-actions[bot] committed Jun 20, 2023
1 parent 9c5e00b commit 53352e3
Show file tree
Hide file tree
Showing 137 changed files with 420 additions and 263 deletions.
2 changes: 1 addition & 1 deletion dev/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b4a7a07d431f11701594fe4bfd2d4527
config: f917db8f7f8429659c2a89e5f635d22b
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion dev/CoreFeatures.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code-generation based on a device &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>Code-generation based on a device &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Contributing
============

Refer the `contributing guide
<https://github.com/IntelPython/numba-dpex/blob/main/CONTRIBUTING>`_ for
<https://github.com/IntelPython/numba-dpex/blob/main/CONTRIBUTING.md>`_ for
information on coding style and standards used in numba-dpex.

License
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/user_guides/debugging/backtrace.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Example 2:
See also:

- `Backtraces in GDB*
<https://sourceware.org/gdb/current/onlinedocs/gdb/Backtrace.html#Backtrace>`_
<https://sourceware.org/gdb/onlinedocs/gdb/Backtrace.html#Backtrace>`_
2 changes: 1 addition & 1 deletion dev/_sources/user_guides/debugging/breakpoints.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You have several ways to set breakpoints:
See also:
- `Breakpoints in GDB*`_.

.. _Breakpoints in GDB*: https://sourceware.org/gdb/current/onlinedocs/gdb/Set-Breaks.html#Set-Breaks
.. _Breakpoints in GDB*: https://sourceware.org/gdb/onlinedocs/gdb/Set-Breaks.html#Set-Breaks

Consider the following numba-dpex kernel code (refer
``numba_dpex/examples/debug/simple_sum.py`` for full example):
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/user_guides/debugging/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ work.
`Intel® Distribution for GDB*` is part of `Intel oneAPI`. For relevant
documentation, refer to the `Intel® Distribution for GDB* product page`_.

.. _`Intel® Distribution for GDB* product page`: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-for-gdb.html
.. _`Intel® Distribution for GDB* product page`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-gdb.html

.. toctree::
:maxdepth: 2
Expand Down
6 changes: 3 additions & 3 deletions dev/_sources/user_guides/debugging/set_up_machine.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install drivers using the following guides:

.. _Intel® GPGPU driver installation guide: https://dgpu-docs.intel.com/installation-guides/index.html
.. _Intel® oneAPI GPU driver installation guide:
https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/prerequisites/install-intel-gpu-drivers.html
https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/current/install-intel-gpu-drivers.html

The user should be in the "video" group (on Ubuntu* 18, Fedora* 30, and SLES* 15
SP1) or "render" group (on Ubuntu* 19 and higher, CentOS* 8, and Fedora* 31). An
Expand Down Expand Up @@ -93,5 +93,5 @@ If you are installing DCD for the first time, create keys. For details, see the

See also:

- `Get Started with Intel® Distribution for GDB* on Linux* OS Host <https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-debugging-dpcpp-linux/top.html>`_
- `Public signature key <https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-debugging-dpcpp-linux/top.html#:~:text=sudo%20modprobe%20igfxdcd-,The%20host%20system%20does%20not%20recognize%20the%20igfxdcd%20signature%20if,gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB,-If%20you%20have>`_
- `Get Started with Intel® Distribution for GDB* on Linux* OS Host <https://www.intel.com/content/www/us/en/docs/distribution-for-gdb/get-started-guide-linux/current/overview.html>`_
- `Public signature key <https://www.intel.com/content/www/us/en/docs/distribution-for-gdb/get-started-guide-linux/current/overview.html#:~:text=sudo%20modprobe%20igfxdcd-,The%20host%20system%20does%20not%20recognize%20the%20igfxdcd%20signature%20if,gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB,-If%20you%20have>`_
3 changes: 1 addition & 2 deletions dev/_sources/user_guides/debugging/stepping.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ a single line without interference, set the scheduler-locking setting to `on` or

See also:

- `Single Stepping <https://software.intel.com/content/www/us/en/develop/documentation/debugging-dpcpp-linux/top/debug-a-dpc-application-on-a-cpu/single-stepping.html>`_
- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/current/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_
- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_
8 changes: 3 additions & 5 deletions dev/_sources/user_guides/getting_started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Numba-dpex depends on following components:
* `llvmdev`_ (LLVM IR generation)
* `spirv-tools`_
* `packaging`_
* `cython`_ (for building)
* `scipy`_ (for testing)
* `pytest`_ (for testing)

Expand Down Expand Up @@ -60,7 +59,7 @@ installed in conda environment:
.. code-block:: bash
export ONEAPI_ROOT=/opt/intel/oneapi
conda create -n numba-dpex-env -c ${ONEAPI_ROOT}/conda_channel python=3.7 dpctl dpnp numba spirv-tools dpcpp-llvm-spirv llvmdev cython pytest
conda create -n numba-dpex-env -c ${ONEAPI_ROOT}/conda_channel python=3.7 dpctl dpnp numba spirv-tools dpcpp-llvm-spirv llvmdev pytest
conda activate numba-dpex-env
Activate DPC++ compiler:
Expand Down Expand Up @@ -154,8 +153,7 @@ Refer to :ref:`Docker <docker>` section for more options.
.. _`spirv-tools`: https://anaconda.org/intel/spirv-tools
.. _`packaging`: https://packaging.pypa.io/
.. _`scipy`: https://anaconda.org/intel/scipy
.. _`cython`: https://cython.org
.. _`pytest`: https://docs.pytest.org
.. _`Intel Distribution for Python`: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-for-python.html
.. _`Intel Distribution for Python`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html
.. _`anaconda.org/intel`: https://anaconda.org/intel
.. _`Intel oneAPI`: https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
.. _`Intel oneAPI`: https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html
2 changes: 1 addition & 1 deletion dev/_static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0+untagged.1170.g39f012d',
VERSION: '0+untagged.1254.gbb877f4',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
5 changes: 4 additions & 1 deletion dev/apidoc/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -179,6 +179,9 @@ <h1>numba_dpex<a class="headerlink" href="#numba-dpex" title="Permalink to this
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.html#numba_dpex.DpctlSyclQueue"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.DpctlSyclQueue.box_type"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.box_type</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.DpctlSyclQueue.key"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.key</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.DpctlSyclQueue.rand_digit_str"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.rand_digit_str()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.DpctlSyclQueue.sycl_device"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.sycl_device</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.html#numba_dpex.DpnpNdArray"><code class="docutils literal notranslate"><span class="pre">DpnpNdArray</span></code></a><ul>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.config.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.config module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.config module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.caching module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.caching module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.codegen.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.codegen module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.codegen module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.compiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.compiler module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.compiler module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.datamodel.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.datamodel package &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.datamodel package &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.datamodel.models.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.datamodel.models module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.datamodel.models module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.descriptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.descriptor module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.descriptor module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.dpjit_dispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.dpjit_dispatcher module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.dpjit_dispatcher module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.exceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.exceptions module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.exceptions module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
5 changes: 4 additions & 1 deletion dev/apidoc/numba_dpex.core.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core package &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core package &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -313,6 +313,9 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to thi
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.types.html#numba_dpex.core.types.DpctlSyclQueue"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.types.html#numba_dpex.core.types.DpctlSyclQueue.box_type"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.box_type</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.types.html#numba_dpex.core.types.DpctlSyclQueue.key"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.key</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.types.html#numba_dpex.core.types.DpctlSyclQueue.rand_digit_str"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.rand_digit_str()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.types.html#numba_dpex.core.types.DpctlSyclQueue.sycl_device"><code class="docutils literal notranslate"><span class="pre">DpctlSyclQueue.sycl_device</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.types.html#numba_dpex.core.types.DpnpNdArray"><code class="docutils literal notranslate"><span class="pre">DpnpNdArray</span></code></a><ul>
Expand Down
4 changes: 2 additions & 2 deletions dev/apidoc/numba_dpex.core.itanium_mangler.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.itanium_mangler module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.itanium_mangler module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -95,7 +95,7 @@
<section id="module-numba_dpex.core.itanium_mangler">
<span id="numba-dpex-core-itanium-mangler-module"></span><h1>numba_dpex.core.itanium_mangler module<a class="headerlink" href="#module-numba_dpex.core.itanium_mangler" title="Permalink to this heading"></a></h1>
<p>Itanium CXX ABI Mangler</p>
<p>Reference: <a class="reference external" href="http://mentorembedded.github.io/cxx-abi/abi.html">http://mentorembedded.github.io/cxx-abi/abi.html</a></p>
<p>Reference: <a class="reference external" href="https://itanium-cxx-abi.github.io/cxx-abi/abi.html">https://itanium-cxx-abi.github.io/cxx-abi/abi.html</a></p>
<p>The basics of the mangling scheme.</p>
<p>We are hijacking the CXX mangling scheme for our use. We map Python modules
into CXX namespace. A <cite>module1.submodule2.foo</cite> is mapped to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface.arg_pack_unpacker module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface.arg_pack_unpacker module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface.dispatcher module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface.dispatcher module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.kernel_interface.func.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface.func module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface.func module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.kernel_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface package &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface package &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.core.kernel_interface.indexers.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface.indexers module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface.indexers module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface.kernel_base module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface.kernel_base module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.kernel_interface.spirv_kernel module &mdash; numba-dpex 0+untagged.1170.g39f012d documentation</title>
<title>numba_dpex.core.kernel_interface.spirv_kernel module &mdash; numba-dpex 0+untagged.1254.gbb877f4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
Loading

0 comments on commit 53352e3

Please sign in to comment.