Skip to content

Commit

Permalink
Clarify when exceptions are thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Sep 2, 2024
1 parent fda9f80 commit b3eb26b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ spmm
some of the descriptor's data such as the ``workspace``.
- In the general case, not calling the functions in the order specified above
is undefined behavior. Not calling ``spmm_buffer_size`` or
``spmm_optimize`` at least once will throw an
``spmm_optimize`` at least once with a given descriptor will throw an
:ref:`oneapi::mkl::uninitialized<onemkl_exception_uninitialized>`
exception. Calling ``spmm`` with arguments not matching ``spmm_optimize``
will throw an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ spmv
some of the descriptor's data such as the ``workspace``.
- In the general case, not calling the functions in the order specified above
is undefined behavior. Not calling ``spmv_buffer_size`` or
``spmv_optimize`` at least once will throw an
``spmv_optimize`` at least once with a given descriptor will throw an
:ref:`oneapi::mkl::uninitialized<onemkl_exception_uninitialized>`
exception. Calling ``spmv`` with arguments not matching ``spmv_optimize``
will throw an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ spsv
some of the descriptor's data such as the ``workspace``.
- In the general case, not calling the functions in the order specified above
is undefined behavior. Not calling ``spsv_buffer_size`` or
``spsv_optimize`` at least once will throw an
``spsv_optimize`` at least once with a given descriptor will throw an
:ref:`oneapi::mkl::uninitialized<onemkl_exception_uninitialized>`
exception. Calling ``spsv`` with arguments not matching ``spsv_optimize``
will throw an
Expand Down

0 comments on commit b3eb26b

Please sign in to comment.