You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt><codeclass="docutils literal notranslate"><spanclass="pre">"atomics_supported"</span></code></dt><dd><p>Returns <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> if it is possible for this device to
827
827
concurrently access and atomically modify USM device
828
828
memory on <codeclass="docutils literal notranslate"><spanclass="pre">peer</span></code> when enabled. Atomics must have
829
829
<codeclass="docutils literal notranslate"><spanclass="pre">memory_scope::system</span></code> when modifying memory on a peer
830
830
device.</p>
831
-
<p>If <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> is returned, these operations result in
832
-
undefined behavior.</p>
833
831
</dd>
834
832
</dl>
835
833
</li>
836
834
</ul>
835
+
<p>If <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> is returned, these operations result in
<h2>Installation via Intel(R) Distribution for Python<aclass="headerlink" href="#installation-via-intel-r-distribution-for-python" title="Permalink to this heading">¶</a></h2>
869
869
<p><aclass="reference external" href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html">Intel(R) Distribution for Python*</a> is distributed as a conda-based installer
870
-
and includes <aclass="reference internal" href="../api_reference/dpctl/index.html#module-dpctl" title="dpctl"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">dpctl</span></code></a> along with its dependencies and sister projects <aclass="reference external" href="https://intelpython.github.io/dpnp/overview.html#module-dpnp" title="(in Data Parallel Extension for NumPy v0.18.0dev2+18.g8cef740250)"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">dpnp</span></code></a>
870
+
and includes <aclass="reference internal" href="../api_reference/dpctl/index.html#module-dpctl" title="dpctl"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">dpctl</span></code></a> along with its dependencies and sister projects <aclass="reference external" href="https://intelpython.github.io/dpnp/overview.html#module-dpnp" title="(in Data Parallel Extension for NumPy v0.18.0dev3)"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">dpnp</span></code></a>
<p>Once the installed environment is activated, <codeclass="docutils literal notranslate"><spanclass="pre">dpctl</span></code> should be ready to use.</p>
0 commit comments