Skip to content

Commit

Permalink
Merge pull request #1274 from IntelPython/feature/use_dpjit_specific_…
Browse files Browse the repository at this point in the history
…data_model

Use dpjit specific data model f6a79b4
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent eed7990 commit 9cab82f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 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: 63040eaeab372d0bca2060603001fe58
config: 6f889ac38b91845a2c8ad9bb97fa3f34
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Overview

* - :py:obj:`dpex_data_model_manager <numba_dpex.core.datamodel.models.dpex_data_model_manager>`
- \-
* - :py:obj:`dpjit_data_model_manager <numba_dpex.core.datamodel.models.dpjit_data_model_manager>`
- \-


Classes
Expand Down Expand Up @@ -236,5 +238,9 @@ Attributes
.. py:data:: dpjit_data_model_manager
9 changes: 9 additions & 0 deletions dev/autoapi/numba_dpex/core/datamodel/models/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ <h2>Overview<a class="headerlink" href="#overview" title="Link to this heading">
<tr class="row-odd"><td><p><a class="reference internal" href="#numba_dpex.core.datamodel.models.dpex_data_model_manager" title="numba_dpex.core.datamodel.models.dpex_data_model_manager"><code class="xref py py-obj docutils literal notranslate"><span class="pre">dpex_data_model_manager</span></code></a></p></td>
<td><p>-</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="#numba_dpex.core.datamodel.models.dpjit_data_model_manager" title="numba_dpex.core.datamodel.models.dpjit_data_model_manager"><code class="xref py py-obj docutils literal notranslate"><span class="pre">dpjit_data_model_manager</span></code></a></p></td>
<td><p>-</p></td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -472,6 +475,11 @@ <h2>Attributes<a class="headerlink" href="#attributes" title="Link to this headi
<span class="sig-name descname"><span class="pre">dpex_data_model_manager</span></span><a class="headerlink" href="#numba_dpex.core.datamodel.models.dpex_data_model_manager" title="Link to this definition">#</a></dt>
<dd></dd></dl>

<dl class="py data">
<dt class="sig sig-object py" id="numba_dpex.core.datamodel.models.dpjit_data_model_manager">
<span class="sig-name descname"><span class="pre">dpjit_data_model_manager</span></span><a class="headerlink" href="#numba_dpex.core.datamodel.models.dpjit_data_model_manager" title="Link to this definition">#</a></dt>
<dd></dd></dl>

</section>
</section>

Expand Down Expand Up @@ -538,6 +546,7 @@ <h2>Attributes<a class="headerlink" href="#attributes" title="Link to this headi
</li>
<li><a class="reference internal" href="#attributes">Attributes</a><ul>
<li><a class="reference internal" href="#numba_dpex.core.datamodel.models.dpex_data_model_manager"><code class="docutils literal notranslate"><span class="pre">dpex_data_model_manager</span></code></a></li>
<li><a class="reference internal" href="#numba_dpex.core.datamodel.models.dpjit_data_model_manager"><code class="docutils literal notranslate"><span class="pre">dpjit_data_model_manager</span></code></a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions dev/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ <h2>D</h2>
<li><a href="autoapi/numba_dpex/core/targets/dpjit_target/index.html#numba_dpex.core.targets.dpjit_target.DpexTypingContext">DpexTypingContext (class in numba_dpex.core.targets.dpjit_target)</a>
</li>
<li><a href="autoapi/numba_dpex/core/decorators/index.html#numba_dpex.core.decorators.dpjit">dpjit() (in module numba_dpex.core.decorators)</a>
</li>
<li><a href="autoapi/numba_dpex/core/datamodel/models/index.html#numba_dpex.core.datamodel.models.dpjit_data_model_manager">dpjit_data_model_manager (in module numba_dpex.core.datamodel.models)</a>
</li>
<li><a href="autoapi/numba_dpex/core/pipelines/dpjit_compiler/index.html#numba_dpex.core.pipelines.dpjit_compiler.DpjitCompiler">DpjitCompiler (class in numba_dpex.core.pipelines.dpjit_compiler)</a>
</li>
Expand Down
Binary file modified dev/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 9cab82f

Please sign in to comment.