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 BLIS integration with LAPACK reference implementation
- Add working BLIS+LAPACK_jll extension for LinearSolve.jl
- Fix do_factorization method definition in extension
- Implement proper library forwarding through libblastrampoline
- Add comprehensive tests for BLISLUFactorization
- All basic Linear algebra operations working correctly
This completes the work started in PR #431 and #498, providing a
working BLIS BLAS implementation with reference LAPACK backend.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments