Commit 41e8549
Remove -march=knl flag for GCC 15 compatibility
GCC 15 dropped support for Xeon Phi (KNL) targets, making -march=knl
invalid. For optimized KNL kernels, remove -march=knl since -mavx512f
is already specified explicitly. For reference kernels, replace
-march=knl with -march=skylake to provide an AVX2 baseline (AVX-512
is then disabled via -mno-avx512f -mno-avx512cd).
Follows the same approach as PR 129 which removed -mavx512pf.
Closes gh-150
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4e318c4 commit 41e8549
4 files changed
Lines changed: 964 additions & 964 deletions
File tree
- blis/_src
- config/knl
- make
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments