Commit a2c80c8
Add version guard for MKLLUFactorization JET test
MKLLUFactorization also passes on Julia 1.12+ due to improved type inference
that can see through the type barrier we added for _format_context_pair.
The runtime dispatch in the BLAS logging code is still present on Julia < 1.12,
but Julia 1.12+ has sufficient type inference improvements to optimize through
the @noinline ::String type barrier.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0efcb6a commit a2c80c8
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
0 commit comments