From 6bff6cc99a15caf0a6b2ed65af1382cb9f474bc4 Mon Sep 17 00:00:00 2001
From: GitHub Actions
Date: Mon, 27 May 2024 14:43:27 +0100
Subject: [PATCH] Update documentation
---
_sources/domains/sparse_linear_algebra.rst | 8 ++++----
domains/sparse_linear_algebra.html | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/_sources/domains/sparse_linear_algebra.rst b/_sources/domains/sparse_linear_algebra.rst
index dda3cc735..53e4024d3 100644
--- a/_sources/domains/sparse_linear_algebra.rst
+++ b/_sources/domains/sparse_linear_algebra.rst
@@ -19,11 +19,11 @@ Known limitations as of Intel oneMKL product release 2024.1:
``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
will throw an ``oneapi::mkl::unimplemented`` exception.
-- Using ``spmm`` with a sparse matrix that is
- ``oneapi::mkl::transpose::conjtrans`` and has the
- ``oneapi::mkl::sparse::matrix_property::symmetric`` property will throw an
- ``oneapi::mkl::unimplemented`` exception.
- Using ``spsv`` with the ``oneapi::mkl::sparse::spsv_alg::no_optimize_alg`` and
a sparse matrix that does not have the
``oneapi::mkl::sparse::matrix_property::sorted`` property will throw an
``oneapi::mkl::unimplemented`` exception.
+- Using ``spmm`` on Intel GPU with a sparse matrix that is
+ ``oneapi::mkl::transpose::conjtrans`` and has the
+ ``oneapi::mkl::sparse::matrix_property::symmetric`` property will throw an
+ ``oneapi::mkl::unimplemented`` exception.
diff --git a/domains/sparse_linear_algebra.html b/domains/sparse_linear_algebra.html
index d7561ae2d..6c2f72f98 100644
--- a/domains/sparse_linear_algebra.html
+++ b/domains/sparse_linear_algebra.html
@@ -547,14 +547,14 @@ OneMKL Intel CPU and GPU backends
-Using spmm
with a sparse matrix that is
-oneapi::mkl::transpose::conjtrans
and has the
-oneapi::mkl::sparse::matrix_property::symmetric
property will throw an
-oneapi::mkl::unimplemented
exception.
Using spsv
with the oneapi::mkl::sparse::spsv_alg::no_optimize_alg
and
a sparse matrix that does not have the
oneapi::mkl::sparse::matrix_property::sorted
property will throw an
oneapi::mkl::unimplemented
exception.
+Using spmm
on Intel GPU with a sparse matrix that is
+oneapi::mkl::transpose::conjtrans
and has the
+oneapi::mkl::sparse::matrix_property::symmetric
property will throw an
+oneapi::mkl::unimplemented
exception.