Commit 591f603
Fix LAPACK vendor detection for Julia version compatibility
Add try-catch block around LinearAlgebra.LAPACK.vendor() call since
this function doesn't exist in all Julia versions. Falls back to
using BLAS vendor as LAPACK vendor when not available.
Fixes UndefVarError: vendor not defined in LinearAlgebra.LAPACK
in gpu_detection.jl:143
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent c6549ef commit 591f603
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
0 commit comments