Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 27, 2024
1 parent 6bff6cc commit e277f88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _sources/domains/sparse_linear_algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Sparse Linear Algebra
See the latest specification for the sparse domain `here
<https://oneapi-spec.uxlfoundation.org/specifications/oneapi/latest/elements/onemkl/source/domains/spblas/spblas>`_.

This page documents implementation specific or backend specific details.
This page documents implementation specific or backend specific details of the
sparse domain.

OneMKL Intel CPU and GPU backends
---------------------------------
Expand All @@ -15,6 +16,7 @@ Known limitations as of Intel oneMKL product release 2024.1:

- All operations' algorithms except ``no_optimize_alg`` map to the default
algorithm.
- The required external workspace size is always 0 bytes.
- ``oneapi::mkl::sparse::set_csr_data`` and
``oneapi::mkl::sparse::set_coo_data`` functions cannot be used on a handle
that has already been used for an operation or its optimize function. Doing so
Expand Down
4 changes: 3 additions & 1 deletion domains/sparse_linear_algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,13 +536,15 @@ <h2> Contents </h2>
<section id="sparse-linear-algebra">
<span id="onemkl-sparse-linear-algebra"></span><h1>Sparse Linear Algebra<a class="headerlink" href="#sparse-linear-algebra" title="Link to this heading">#</a></h1>
<p>See the latest specification for the sparse domain <a class="reference external" href="https://oneapi-spec.uxlfoundation.org/specifications/oneapi/latest/elements/onemkl/source/domains/spblas/spblas">here</a>.</p>
<p>This page documents implementation specific or backend specific details.</p>
<p>This page documents implementation specific or backend specific details of the
sparse domain.</p>
<section id="onemkl-intel-cpu-and-gpu-backends">
<h2>OneMKL Intel CPU and GPU backends<a class="headerlink" href="#onemkl-intel-cpu-and-gpu-backends" title="Link to this heading">#</a></h2>
<p>Known limitations as of Intel oneMKL product release 2024.1:</p>
<ul class="simple">
<li><p>All operations’ algorithms except <code class="docutils literal notranslate"><span class="pre">no_optimize_alg</span></code> map to the default
algorithm.</p></li>
<li><p>The required external workspace size is always 0 bytes.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">oneapi::mkl::sparse::set_csr_data</span></code> and
<code class="docutils literal notranslate"><span class="pre">oneapi::mkl::sparse::set_coo_data</span></code> functions cannot be used on a handle
that has already been used for an operation or its optimize function. Doing so
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit e277f88

Please sign in to comment.