| Previous | Next |
| ippStsSizeMatchMatrixErr | ippStsRoiShiftMatrixErr |
ippStsCountMatrixErr
Some IPP matrix routines process a batch or a repeated sequence of matrices. A count value of zero or a negative count leaves no valid operation to perform and violates the routine contract.
Investigate the counter separately from matrix contents. This status can be returned even when every matrix pointer and stride is otherwise valid.
Check these details
- The count argument after any loop splitting or batch-size calculation.
- Unsigned-to-signed conversions that can turn a large value into a negative count.
- Whether the caller should skip the IPP call for an empty batch.
Intel IPP Error Reporting · LAPACK overview
Looking for a different code? Search another status or error code.