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 backendsoneapi::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.