Exceptions¶
oneMKL Sparse BLAS DPC++ APIs may throw any of the following exceptions, which extend std::runtime_error
exception class. See include/oneapi/mkl/spblas.hpp
for exception declarations.
Exception |
Description |
---|---|
|
The routine encountered an empty handle or matrix array. |
|
Internal memory allocation failed. |
|
The input parameters contain an invalid value. |
|
Execution failed. |
|
An error in algorithm implementation occurred. |
|
The requested operation is not supported. |