Skip to content

Conversation

michael-chuvelev
Copy link

@michael-chuvelev michael-chuvelev commented Sep 19, 2025

Mathworks complained about Intel MKL issue that came from LAPACK 3.12, related to a hang on certain input to zgetrf/cgetrf. The problem is that if (inf, 0) appears on a diagonal, it branches to zdrscl/csrscl where it falls into an infinite loop.

This commit makes subroutine skip the scaling loop on infinity input. This patch has been tested with Intel MKL tests and Mathworks provided test, already integrated into MKL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants