-
-
Notifications
You must be signed in to change notification settings - Fork 16
Revert "Use BLAS.trsm!
instead of LAPACK.trtrs!
in left-triangular solves"
#1239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…r solves…" This reverts commit 6f02532.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1239 +/- ##
==========================================
+ Coverage 91.95% 91.98% +0.02%
==========================================
Files 34 34
Lines 15465 15454 -11
==========================================
- Hits 14221 14215 -6
+ Misses 1244 1239 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Do we have an issue that links to the failure? I thought we had one somewhere - but can't find it. We need to open an issue with the failing CI test case. cc @dkarrasch |
Would be good to understand a bit better what the issue here is. Is the problem in the BaseBenchmark code for example? |
The logs show this code erroring, which is all that I know:
Note that you can run all of the benchmarks in a couple minutes if you run them as tests instead of as benchmarks locally to examine the error: |
Reverts #1194 since it introduced a bug into BaseBenchmarks