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 26, 2024
1 parent 1b08721 commit ee66319
Show file tree
Hide file tree
Showing 163 changed files with 794 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .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: f7ece1612f2ed0a332e0b3d3fa2ab9ea
config: ab71ebd26c20f64117874edcf74b7bd6
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 6 additions & 0 deletions _sources/domains/sparse_linear_algebra.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _onemkl_sparse_linear_algebra:

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
1 change: 1 addition & 0 deletions _sources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Contents

onemkl-datatypes.rst
domains/dense_linear_algebra.rst
domains/sparse_linear_algebra.rst
create_new_backend.rst
1 change: 1 addition & 0 deletions building_the_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="domains/sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
7 changes: 4 additions & 3 deletions create_new_backend.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<link rel="icon" href="_static/favicons.png"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="ungqr_batch_scratchpad_size" href="domains/lapack/ungqr_batch_scratchpad_size.html" />
<link rel="prev" title="Sparse Linear Algebra" href="domains/sparse_linear_algebra.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -323,6 +323,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="domains/sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down Expand Up @@ -974,12 +975,12 @@ <h2> Contents </h2>

<div class="prev-next-area">
<a class="left-prev"
href="domains/lapack/ungqr_batch_scratchpad_size.html"
href="domains/sparse_linear_algebra.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">ungqr_batch_scratchpad_size</p>
<p class="prev-next-title">Sparse Linear Algebra</p>
</div>
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions domains/blas/asum.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/axpby.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/axpy.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/axpy_batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/blas-level-1-routines.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/blas-level-2-routines.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/blas-level-3-routines.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/blas-like-extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/blas.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/copy.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/copy_batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/dgmm_batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/dot.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/dotc.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/dotu.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gbmv.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gemm.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gemm_batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gemm_bias.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gemmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gemv.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gemv_batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/ger.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/gerc.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/geru.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/hbmv.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/hemm.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/hemv.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/her.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/her2.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/her2k.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/herk.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/hpmv.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/hpr.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/hpr2.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/iamax.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/iamin.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/nrm2.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/rot.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/rotg.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/rotm.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions domains/blas/rotmg.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../sparse_linear_algebra.html">Sparse Linear Algebra</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../create_new_backend.html">Integrating a Third-Party Library to oneAPI Math Kernel Library (oneMKL) Interfaces</a></li>
</ul>

Expand Down
Loading

0 comments on commit ee66319

Please sign in to comment.