Skip to content

Reland "Use BLAS.trsm! instead of LAPACK.trtrs! in left-triangular solves"#1529

Open
dkarrasch wants to merge 2 commits intomasterfrom
dk/trsm
Open

Reland "Use BLAS.trsm! instead of LAPACK.trtrs! in left-triangular solves"#1529
dkarrasch wants to merge 2 commits intomasterfrom
dk/trsm

Conversation

@dkarrasch
Copy link
Member

This was the conclusion from #1405. This time, we should try to identify ill-posed benchmark problems.

Fixes #1405.

…r solves")

Co-authored-by: Alexis Montoison <alexis.montoison@polymtl.ca>
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.00%. Comparing base (3a4fdad) to head (54a9c49).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1529      +/-   ##
==========================================
- Coverage   94.04%   94.00%   -0.04%     
==========================================
  Files          35       35              
  Lines       15986    15997      +11     
==========================================
+ Hits        15034    15038       +4     
- Misses        952      959       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Triangular solve and inversions have poor performance

2 participants