Skip to content

Commit

Permalink
Add documentation for alpha and beta limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Jul 2, 2024
1 parent d452846 commit 002d788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/domains/sparse_linear_algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ Known limitations as of Intel oneMKL product release 2024.1:
``oneapi::mkl::transpose::conjtrans`` and has the
``oneapi::mkl::sparse::matrix_property::symmetric`` property will throw an
``oneapi::mkl::unimplemented`` exception.
- Scalar parameters ``alpha`` and ``beta`` should be host pointers to prevent
synchronizations and copies to the host.

0 comments on commit 002d788

Please sign in to comment.