Commit 63f571a
committed
Use MKL for Windows Python 3.12 in test matrix
Diversify BLAS backend testing on Windows:
- Windows + Python 3.12: MKL (Intel optimized)
- Windows + Python 3.13: OpenBLAS (default)
This gives better test coverage across BLAS implementations:
- Linux: OpenBLAS (apt) + MKL (conda)
- macOS: Accelerate framework
- Windows: MKL + OpenBLAS1 parent 0090ee4 commit 63f571a
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
0 commit comments