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
Add OpenBLAS_jll dependency to LinearSolveAutotune
Fixes the missing OpenBLAS_jll dependency that was preventing OpenBLASLUFactorization
from being properly detected and included in autotune benchmarks.
Changes:
- Added OpenBLAS_jll to LinearSolveAutotune/Project.toml dependencies
- Added OpenBLAS_jll import to LinearSolveAutotune.jl
- Set compat entry for OpenBLAS_jll = "0.3"
This resolves the undefined variable error when checking OpenBLAS_jll.is_available()
in get_available_algorithms(), ensuring OpenBLAS direct wrapper is properly included
in autotune benchmarks alongside other manual BLAS wrappers.
Fixes: #764 (comment)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments