You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete MKL triangular solve with native LAPACK calls
Replace Julia ldiv\! fallback with direct MKL getrs\! calls for the triangular
solve portion of MKLLUFactorization. This ensures the entire LU solve process
uses native MKL LAPACK routines instead of falling back to libblastrampoline.
Changes:
- Use existing getrs\! functions that were already implemented but unused
- Handle both square and overdetermined systems with proper dimension checks
- Add proper error handling for failed factorizations
- Maintain compatibility with existing LinearCache interface
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments