|
15 | 15 | <link rel="prefetch" href="../_static/dpctl.svg" as="image"> |
16 | 16 |
|
17 | 17 | <link rel="shortcut icon" href="../_static/dpctl.svg"><!-- Generated with Sphinx 7.1.2 and Furo 2025.09.25 --> |
18 | | - <title>dpctl - Data Parallel Control (dpctl) 0.21.0 documentation</title> |
| 18 | + <title>dpctl - Data Parallel Control (dpctl) 0.22.0dev0 documentation</title> |
19 | 19 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" /> |
20 | 20 | <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" /> |
21 | 21 | <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" /> |
|
173 | 173 | </label> |
174 | 174 | </div> |
175 | 175 | <div class="header-center"> |
176 | | - <a href="../index.html"><div class="brand">Data Parallel Control (dpctl) 0.21.0 documentation</div></a> |
| 176 | + <a href="../index.html"><div class="brand">Data Parallel Control (dpctl) 0.22.0dev0 documentation</div></a> |
177 | 177 | </div> |
178 | 178 | <div class="header-right"> |
179 | 179 | <div class="theme-toggle-container theme-toggle-header"> |
|
197 | 197 | <img class="sidebar-logo" src="../_static/dpctl.svg" alt="Logo"/> |
198 | 198 | </div> |
199 | 199 |
|
200 | | - <span class="sidebar-brand-text">Data Parallel Control (dpctl) 0.21.0 documentation</span> |
| 200 | + <span class="sidebar-brand-text">Data Parallel Control (dpctl) 0.22.0dev0 documentation</span> |
201 | 201 |
|
202 | 202 | </a><form class="sidebar-search-container" method="get" action="../search.html" role="search"> |
203 | 203 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> |
@@ -800,11 +800,11 @@ <h1>Source code for dpctl</h1><div class="highlight"><pre> |
800 | 800 | <span class="c1"># limitations under the License.</span> |
801 | 801 |
|
802 | 802 | <span class="sd">"""</span> |
803 | | -<span class="sd"> **Data Parallel Control (dpctl)** is a Python abstraction layer over SYCL.</span> |
| 803 | +<span class="sd">**Data Parallel Control (dpctl)** is a Python abstraction layer over SYCL.</span> |
804 | 804 |
|
805 | | -<span class="sd"> Dpctl implements a subset of SYCL's API providing wrappers for the</span> |
806 | | -<span class="sd"> SYCL runtime classes described in :sycl_runtime_classes:`Section 4.6 <>` of</span> |
807 | | -<span class="sd"> the :sycl_spec_2020:`SYCL 2020 spec <>`.</span> |
| 805 | +<span class="sd">Dpctl implements a subset of SYCL's API providing wrappers for the</span> |
| 806 | +<span class="sd">SYCL runtime classes described in :sycl_runtime_classes:`Section 4.6 <>` of</span> |
| 807 | +<span class="sd">the :sycl_spec_2020:`SYCL 2020 spec <>`.</span> |
808 | 808 | <span class="sd">"""</span> |
809 | 809 | <span class="n">__author__</span> <span class="o">=</span> <span class="s2">"Intel Corp."</span> |
810 | 810 |
|
@@ -960,7 +960,7 @@ <h1>Source code for dpctl</h1><div class="highlight"><pre> |
960 | 960 |
|
961 | 961 | </aside> |
962 | 962 | </div> |
963 | | -</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=bcdc9840"></script> |
| 963 | +</div><script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=3f4bac4d"></script> |
964 | 964 | <script src="../_static/doctools.js?v=888ff710"></script> |
965 | 965 | <script src="../_static/sphinx_highlight.js?v=4825356b"></script> |
966 | 966 | <script src="../_static/scripts/furo.js?v=46bd48cc"></script> |
|
0 commit comments