Skip to content

Commit

Permalink
Merge pull request #999 from IntelPython/feature/dpnp_parfor_reductio…
Browse files Browse the repository at this point in the history
…n_final

Enable dpnp parfor reduction ee08e9b
  • Loading branch information
github-actions[bot] committed May 17, 2023
1 parent 99b81fc commit 3ecd00a
Show file tree
Hide file tree
Showing 133 changed files with 1,137 additions and 161 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: 43d741c7b0a96a7ae8222d55d81e851e
config: 176b1a5a2334742ba67c2198c100f20b
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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>Code-generation based on a device &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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
@@ -0,0 +1,7 @@
numba\_dpex.core.utils.kernel\_templates.kernel\_template\_iface module
=======================================================================

.. automodule:: numba_dpex.core.utils.kernel_templates.kernel_template_iface
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.utils.kernel\_templates.reduction\_template module
===================================================================

.. automodule:: numba_dpex.core.utils.kernel_templates.reduction_template
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Submodules
.. toctree::
:maxdepth: 4

numba_dpex.core.utils.kernel_templates.kernel_template_iface
numba_dpex.core.utils.kernel_templates.range_kernel_template
numba_dpex.core.utils.kernel_templates.reduction_template

Module contents
---------------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.utils.reduction\_helper module
===============================================

.. automodule:: numba_dpex.core.utils.reduction_helper
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.utils.reduction\_kernel\_builder module
========================================================

.. automodule:: numba_dpex.core.utils.reduction_kernel_builder
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.utils.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Submodules
numba_dpex.core.utils.caching_utils
numba_dpex.core.utils.kernel_builder
numba_dpex.core.utils.kernel_launcher
numba_dpex.core.utils.reduction_helper
numba_dpex.core.utils.reduction_kernel_builder
numba_dpex.core.utils.suai_helper

Module contents
Expand Down
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.21.0dev0+20.gc0dd04f6',
VERSION: '0.21.0dev0+23.gee08e9b0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.config module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.caching module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.codegen module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.compiler module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.datamodel package &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.datamodel.models module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.descriptor module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.dpjit_dispatcher module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.exceptions module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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
13 changes: 12 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core package &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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 @@ -498,12 +498,23 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to thi
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.utils.kernel_builder.html">numba_dpex.core.utils.kernel_builder module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.kernel_builder.html#numba_dpex.core.utils.kernel_builder.ParforKernel"><code class="docutils literal notranslate"><span class="pre">ParforKernel</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.kernel_builder.html#numba_dpex.core.utils.kernel_builder.create_kernel_for_parfor"><code class="docutils literal notranslate"><span class="pre">create_kernel_for_parfor()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.kernel_builder.html#numba_dpex.core.utils.kernel_builder.update_sentinel"><code class="docutils literal notranslate"><span class="pre">update_sentinel()</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.utils.kernel_launcher.html">numba_dpex.core.utils.kernel_launcher module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.kernel_launcher.html#numba_dpex.core.utils.kernel_launcher.KernelLaunchIRBuilder"><code class="docutils literal notranslate"><span class="pre">KernelLaunchIRBuilder</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.utils.reduction_helper.html">numba_dpex.core.utils.reduction_helper module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.reduction_helper.html#numba_dpex.core.utils.reduction_helper.ReductionHelper"><code class="docutils literal notranslate"><span class="pre">ReductionHelper</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.reduction_helper.html#numba_dpex.core.utils.reduction_helper.ReductionKernelVariables"><code class="docutils literal notranslate"><span class="pre">ReductionKernelVariables</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.utils.reduction_kernel_builder.html">numba_dpex.core.utils.reduction_kernel_builder module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.reduction_kernel_builder.html#numba_dpex.core.utils.reduction_kernel_builder.create_reduction_main_kernel_for_parfor"><code class="docutils literal notranslate"><span class="pre">create_reduction_main_kernel_for_parfor()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.reduction_kernel_builder.html#numba_dpex.core.utils.reduction_kernel_builder.create_reduction_remainder_kernel_for_parfor"><code class="docutils literal notranslate"><span class="pre">create_reduction_remainder_kernel_for_parfor()</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.core.utils.suai_helper.html">numba_dpex.core.utils.suai_helper module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.suai_helper.html#numba_dpex.core.utils.suai_helper.SyclUSMArrayInterface"><code class="docutils literal notranslate"><span class="pre">SyclUSMArrayInterface</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.core.utils.suai_helper.html#numba_dpex.core.utils.suai_helper.get_info_from_suai"><code class="docutils literal notranslate"><span class="pre">get_info_from_suai()</span></code></a></li>
Expand Down
2 changes: 1 addition & 1 deletion 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.itanium_mangler module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.arg_pack_unpacker module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.arg_pack_unpacker module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.dispatcher module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.func module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface package &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.indexers module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.kernel_base module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.spirv_kernel module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.utils.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.utils module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.kernel_interface.utils module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.passes.dufunc_inliner.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.passes.dufunc_inliner module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.passes.dufunc_inliner module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.passes.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.passes package &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.passes package &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.passes.lowerer.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.passes.lowerer module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.passes.lowerer module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.passes.parfor.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.passes.parfor module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.passes.parfor module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.passes.parfor_legalize_cfd_pass module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.passes.parfor_legalize_cfd_pass module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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.passes.parfor_lowering_pass module &mdash; numba-dpex 0.21.0dev0+20.gc0dd04f6 documentation</title>
<title>numba_dpex.core.passes.parfor_lowering_pass module &mdash; numba-dpex 0.21.0dev0+23.gee08e9b0 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 3ecd00a

Please sign in to comment.