-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade BLISBLAS.jl #6
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 91.66% 0.00% -91.67%
==========================================
Files 1 1
Lines 12 20 +8
==========================================
- Hits 11 0 -11
- Misses 1 20 +19 ☔ View full report in Codecov by Sentry. |
@carstenbauer
|
Haven't reviewed this yet but note that almost all CI runs are failing. Can you address those failures first? |
The issues seem related to blis. Since the OpenBLAS backend wasn't cleared, blis symbols were never used. It turns out that using |
@carstenbauer
I compiled an LP64 version of BLIS with Yggdrasil.
With Julia 1.9, we should be able to combine them with
LAPACK_jll
andLAPACK32_jll
.