From 4cdad0720b8ad2e0a4a0ee6ce9247024c461a74a Mon Sep 17 00:00:00 2001 From: "romain.biessy" Date: Sun, 26 May 2024 16:28:14 +0100 Subject: [PATCH] test --- docs/domains/sparse_linear_algebra.rst | 11 +++++++++++ docs/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/domains/sparse_linear_algebra.rst diff --git a/docs/domains/sparse_linear_algebra.rst b/docs/domains/sparse_linear_algebra.rst new file mode 100644 index 000000000..7aad19128 --- /dev/null +++ b/docs/domains/sparse_linear_algebra.rst @@ -0,0 +1,11 @@ +.. _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 + +This page documents implementation specific or backend specific details. + +OneMKL Intel CPU and GPU backends +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index e1a051524..6f5dd1c40 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,4 +30,5 @@ Contents onemkl-datatypes.rst domains/dense_linear_algebra.rst + domains/sparse_linear_algebra.rst create_new_backend.rst