Skip to content

Commit

Permalink
Merge pull request #851 from IntelPython/refactor/USMNdArrayType
Browse files Browse the repository at this point in the history
Moves USMNdArrayType into numba_dpex/core. 511a3c5
  • Loading branch information
github-actions[bot] committed Dec 17, 2022
1 parent d94ff79 commit 91981f0
Show file tree
Hide file tree
Showing 127 changed files with 1,283 additions and 203 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: 5304f16bcd0ddb78ec3f70023cb68e6b
config: faff3c9f2d83d03cb7e51db7890924d4
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion dev/CoreFeatures.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code-generation based on a device &mdash; numba-dpex 0.19.0+15.g46bef564 documentation</title>
<title>Code-generation based on a device &mdash; numba-dpex 0.19.0+18.g511a3c55 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
7 changes: 7 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.datamodel.models.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.datamodel.models module
========================================

.. automodule:: numba_dpex.core.datamodel.models
:members:
:undoc-members:
:show-inheritance:
18 changes: 18 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.datamodel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
numba\_dpex.core.datamodel package
==================================

Submodules
----------

.. toctree::
:maxdepth: 4

numba_dpex.core.datamodel.models

Module contents
---------------

.. automodule:: numba_dpex.core.datamodel
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ Subpackages
.. toctree::
:maxdepth: 4

numba_dpex.core.datamodel
numba_dpex.core.passes
numba_dpex.core.types
numba_dpex.core.typing

Submodules
----------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.types.numba\_types\_short\_names module
========================================================

.. automodule:: numba_dpex.core.types.numba_types_short_names
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.types.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Submodules
:maxdepth: 4

numba_dpex.core.types.array_type
numba_dpex.core.types.numba_types_short_names
numba_dpex.core.types.usm_ndarray_type

Module contents
---------------
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.types.usm\_ndarray\_type module
================================================

.. automodule:: numba_dpex.core.types.usm_ndarray_type
:members:
:undoc-members:
:show-inheritance:
18 changes: 18 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.typing.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
numba\_dpex.core.typing package
===============================

Submodules
----------

.. toctree::
:maxdepth: 4

numba_dpex.core.typing.typeof

Module contents
---------------

.. automodule:: numba_dpex.core.typing
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions dev/_sources/apidoc/numba_dpex.core.typing.typeof.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numba\_dpex.core.typing.typeof module
=====================================

.. automodule:: numba_dpex.core.typing.typeof
:members:
:undoc-members:
:show-inheritance:
1 change: 0 additions & 1 deletion dev/_sources/apidoc/numba_dpex.dpctl_iface.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Submodules
numba_dpex.dpctl_iface.dpctl_capi_fn_builder
numba_dpex.dpctl_iface.dpctl_function_types
numba_dpex.dpctl_iface.kernel_launch_ops
numba_dpex.dpctl_iface.usm_ndarray_type

Module contents
---------------
Expand Down

This file was deleted.

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.19.0+15.g46bef564',
VERSION: '0.19.0+18.g511a3c55',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
19 changes: 18 additions & 1 deletion dev/apidoc/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex &mdash; numba-dpex 0.19.0+15.g46bef564 documentation</title>
<title>numba_dpex &mdash; numba-dpex 0.19.0+18.g511a3c55 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 @@ -225,7 +225,24 @@ <h1>numba_dpex<a class="headerlink" href="#numba-dpex" title="Permalink to this
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="numba_dpex.html#module-numba_dpex">Module contents</a><ul>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.html#numba_dpex.Array"><code class="docutils literal notranslate"><span class="pre">Array</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.Array.box_type"><code class="docutils literal notranslate"><span class="pre">Array.box_type</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.Array.copy"><code class="docutils literal notranslate"><span class="pre">Array.copy()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.Array.is_precise"><code class="docutils literal notranslate"><span class="pre">Array.is_precise()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.Array.key"><code class="docutils literal notranslate"><span class="pre">Array.key</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray"><code class="docutils literal notranslate"><span class="pre">USMNdArray</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray.as_array"><code class="docutils literal notranslate"><span class="pre">USMNdArray.as_array</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray.box_type"><code class="docutils literal notranslate"><span class="pre">USMNdArray.box_type</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray.can_convert_to"><code class="docutils literal notranslate"><span class="pre">USMNdArray.can_convert_to()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray.copy"><code class="docutils literal notranslate"><span class="pre">USMNdArray.copy()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray.key"><code class="docutils literal notranslate"><span class="pre">USMNdArray.key</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="numba_dpex.html#numba_dpex.USMNdArray.unify"><code class="docutils literal notranslate"><span class="pre">USMNdArray.unify()</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.html#numba_dpex.offload_to_sycl_device"><code class="docutils literal notranslate"><span class="pre">offload_to_sycl_device()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="numba_dpex.html#numba_dpex.usm_ndarray"><code class="docutils literal notranslate"><span class="pre">usm_ndarray</span></code></a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion dev/apidoc/numba_dpex.codegen.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.codegen module &mdash; numba-dpex 0.19.0+15.g46bef564 documentation</title>
<title>numba_dpex.codegen module &mdash; numba-dpex 0.19.0+18.g511a3c55 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.compiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.compiler module &mdash; numba-dpex 0.19.0+15.g46bef564 documentation</title>
<title>numba_dpex.compiler module &mdash; numba-dpex 0.19.0+18.g511a3c55 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 @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.config module &mdash; numba-dpex 0.19.0+15.g46bef564 documentation</title>
<title>numba_dpex.config module &mdash; numba-dpex 0.19.0+18.g511a3c55 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
129 changes: 129 additions & 0 deletions dev/apidoc/numba_dpex.core.datamodel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>numba_dpex.core.datamodel package &mdash; numba-dpex 0.19.0+18.g511a3c55 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]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> numba-dpex
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Core Features</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../CoreFeatures.html">Code-generation based on a device</a></li>
<li class="toctree-l1"><a class="reference internal" href="../CoreFeatures.html#automatic-offload-of-numpy-expressions">Automatic offload of NumPy expressions</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">User Guides</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../user_guides/getting_started.html"> Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="../user_guides/kernel_programming_guide/index.html"> Direct kernel programming</a></li>
<li class="toctree-l1"><a class="reference internal" href="../user_guides/debugging/index.html"> Debugging with GDB</a></li>
<li class="toctree-l1"><a class="reference internal" href="../user_guides/migrating_from_numba_cuda.html"> numba-dpex for numba.cuda Programmers</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Developer Guides</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../developer_guides/dpnp_integration.html">dpnp integration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../developer_guides/tools.html">Debugging the compilation pipeline</a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">numba-dpex</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">numba_dpex.core.datamodel package</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/apidoc/numba_dpex.core.datamodel.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="numba-dpex-core-datamodel-package">
<h1>numba_dpex.core.datamodel package<a class="headerlink" href="#numba-dpex-core-datamodel-package" title="Permalink to this heading"></a></h1>
<section id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this heading"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="numba_dpex.core.datamodel.models.html">numba_dpex.core.datamodel.models module</a><ul>
<li class="toctree-l2"><a class="reference internal" href="numba_dpex.core.datamodel.models.html#numba_dpex.core.datamodel.models.ArrayModel"><code class="docutils literal notranslate"><span class="pre">ArrayModel</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="numba_dpex.core.datamodel.models.html#numba_dpex.core.datamodel.models.GenericPointerModel"><code class="docutils literal notranslate"><span class="pre">GenericPointerModel</span></code></a></li>
</ul>
</li>
</ul>
</div>
</section>
<section id="module-numba_dpex.core.datamodel">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-numba_dpex.core.datamodel" title="Permalink to this heading"></a></h2>
</section>
</section>


</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021,2022 Intel.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Loading

0 comments on commit 91981f0

Please sign in to comment.